Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -23,7 +23,7 @@ |
23 | 23 | import AuthDropDown from '/@/components/Widget/AuthDropDown.vue'; |
24 | 24 | import { BasicCardList, useCardList } from '/@/components/CardList'; |
25 | 25 | import { useRoute } from 'vue-router'; |
26 | - import { ref } from 'vue-demi'; | |
26 | + import { ref } from 'vue'; | |
27 | 27 | |
28 | 28 | defineProps<{ |
29 | 29 | mode: EnumTableCardMode; | ... | ... |