yangyin
2024-12-16 74a952dad2aed7a62f3ba53ee663f1ec9f2b5ffc
src/hooks/useTemplate.ts
@@ -4,9 +4,9 @@
 * @author wujingjing <gersonwu@qq.com>
 */
import { camelCase } from 'lodash-es';
import { defineComponent, shallowRef } from 'vue';
import { camelCase } from 'lodash';
import type { DefineComponent, Slot } from 'vue';
// 将横线命名转大小驼峰