|
@@ -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';
|