Commit 28d73f95bd384682ea96bde2a825deec6e2fcc64
1 parent
418ca240
fix: 无需导入 defineExpose
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/Container/src/collapse/CollapseContainer.vue
@@ -24,7 +24,7 @@ | @@ -24,7 +24,7 @@ | ||
24 | </template> | 24 | </template> |
25 | <script lang="ts" setup> | 25 | <script lang="ts" setup> |
26 | import type { PropType } from 'vue'; | 26 | import type { PropType } from 'vue'; |
27 | - import { ref, defineExpose } from 'vue'; | 27 | + import { ref } from 'vue'; |
28 | import { isNil } from 'lodash-es'; | 28 | import { isNil } from 'lodash-es'; |
29 | // component | 29 | // component |
30 | import { Skeleton } from 'ant-design-vue'; | 30 | import { Skeleton } from 'ant-design-vue'; |