提交 28d73f95 作者: zuihou

fix: 无需导入 defineExpose

上级 418ca240
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
import type { PropType } from 'vue'; import type { PropType } from 'vue';
import { ref, defineExpose } from 'vue'; import { ref } from 'vue';
import { isNil } from 'lodash-es'; import { isNil } from 'lodash-es';
// component // component
import { Skeleton } from 'ant-design-vue'; import { Skeleton } from 'ant-design-vue';
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论