From 9b3f33961bba5c7f39243ede861acfb25771e362 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期五, 27 九月 2024 14:13:39 +0800 Subject: [PATCH] gblen --- src/extend/index.ts | 1 + src/main.ts | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/extend/index.ts b/src/extend/index.ts new file mode 100644 index 0000000..9244eeb --- /dev/null +++ b/src/extend/index.ts @@ -0,0 +1 @@ +import './string.extensions'; \ No newline at end of file diff --git a/src/main.ts b/src/main.ts index 418cb0c..ad8cab7 100644 --- a/src/main.ts +++ b/src/main.ts @@ -6,6 +6,7 @@ import { i18n } from '/@/i18n/index'; import other from '/@/utils/other'; import "@amap/amap-jsapi-types"; +import '/@/extend'; import ElementPlus from 'element-plus'; import '/@/theme/index.scss'; -- Gitblit v1.9.3