chore: code

This commit is contained in:
lisonge 2024-07-22 11:57:26 +08:00
parent 1da1cd282c
commit 7404ba7f41

View File

@ -1,5 +1,5 @@
import type { Component } from 'vue';
import { defineComponent, h, onMounted, shallowRef, nextTick } from 'vue';
import { defineComponent, h, shallowRef } from 'vue';
export const DefaultSlotCpt = defineComponent((_, ctx) => {
return () => {