瀏覽代碼

移除多余代码

林旭祥 1 月之前
父節點
當前提交
5e71d3a81e
共有 1 個文件被更改,包括 0 次插入5 次删除
  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
 });