Showing
1 changed file
with
0 additions
and
4 deletions
... | ... | @@ -48,10 +48,6 @@ |
48 | 48 | import { BAI_DU_MAP_GL_LIB, BAI_DU_MAP_TRACK_ANIMATION } from '/@/utils/fnUtils'; |
49 | 49 | import { useAppStore } from '/@/store/modules/app'; |
50 | 50 | |
51 | - const props = defineProps<{ | |
52 | - value: Recordable; | |
53 | - }>(); | |
54 | - | |
55 | 51 | const userStore = useAppStore(); |
56 | 52 | |
57 | 53 | const getAceClass = computed((): string => userStore.getDarkMode); | ... | ... |