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 | 24 | </template> |
25 | 25 | <script lang="ts" setup> |
26 | 26 | import type { PropType } from 'vue'; |
27 | - import { ref, defineExpose } from 'vue'; | |
27 | + import { ref } from 'vue'; | |
28 | 28 | import { isNil } from 'lodash-es'; |
29 | 29 | // component |
30 | 30 | import { Skeleton } from 'ant-design-vue'; |
... | ... |