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