wujingjing
2025-04-14 77b15609b62c9bcd80fcdfd65f134a06252920b9
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';
// 将横线命名转大小驼峰