Commit 10ca76d72d98ad0a9a43c5ad5c50139a5eb93b3a
Merge branch 'fix/error-import' into 'main_dev'
fix: 修复错误的引入 See merge request yunteng/thingskit-front!1073
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -23,7 +23,7 @@ | @@ -23,7 +23,7 @@ | ||
23 | import AuthDropDown from '/@/components/Widget/AuthDropDown.vue'; | 23 | import AuthDropDown from '/@/components/Widget/AuthDropDown.vue'; |
24 | import { BasicCardList, useCardList } from '/@/components/CardList'; | 24 | import { BasicCardList, useCardList } from '/@/components/CardList'; |
25 | import { useRoute } from 'vue-router'; | 25 | import { useRoute } from 'vue-router'; |
26 | - import { ref } from 'vue-demi'; | 26 | + import { ref } from 'vue'; |
27 | 27 | ||
28 | defineProps<{ | 28 | defineProps<{ |
29 | mode: EnumTableCardMode; | 29 | mode: EnumTableCardMode; |