소스 검색

移除多余代码

林旭祥 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
 });