Quellcode durchsuchen

移除多余代码

林旭祥 vor 1 Monat
Ursprung
Commit
5e71d3a81e
1 geänderte Dateien mit 0 neuen und 5 gelöschten Zeilen
  1. 0 5
      src/components/RankingWindow/index.vue

+ 0 - 5
src/components/RankingWindow/index.vue

@@ -10,11 +10,6 @@ import Ranking from "@/views/ranking/index.vue"
 const { proxy } = getCurrentInstance() as any;
 const emit = defineEmits(['getClose']);
 
-//父值
-const props = defineProps({
-});
-
-
 const data = reactive<any>({
   rankingState: false
 });