2
wujingjing
2025-01-10 8af4186e8959f3f37284ea6230c7ad2c6236957c
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';
// 将横线命名转大小驼峰