Sfoglia il codice sorgente

移除多余代码

林旭祥 1 mese fa
parent
commit
5e71d3a81e
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  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
 });