fix: 无需导入 defineExpose
This commit is contained in:
parent
418ca2405e
commit
28d73f95bd
|
|
@ -24,7 +24,7 @@
|
|||
</template>
|
||||
<script lang="ts" setup>
|
||||
import type { PropType } from 'vue';
|
||||
import { ref, defineExpose } from 'vue';
|
||||
import { ref } from 'vue';
|
||||
import { isNil } from 'lodash-es';
|
||||
// component
|
||||
import { Skeleton } from 'ant-design-vue';
|
||||
|
|
|
|||
Loading…
Reference in New Issue