fix: 无需导入 defineExpose
This commit is contained in:
parent
418ca2405e
commit
28d73f95bd
|
|
@ -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';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue