Browse Source

移除多余代码

林旭祥 1 month ago
parent
commit
5e71d3a81e
1 changed files with 0 additions and 5 deletions
  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
 });