From a1600ac80e84746f89a230f8f0004d0ed5c8869f Mon Sep 17 00:00:00 2001 From: kongzy <kongzy> Date: 星期五, 17 十一月 2023 16:39:02 +0800 Subject: [PATCH] update .gitignore --- src/main.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main.ts b/src/main.ts index a45931b..7cfa70a 100644 --- a/src/main.ts +++ b/src/main.ts @@ -14,7 +14,7 @@ import VueGridLayout from 'vue-grid-layout'; import zhCn from 'element-plus/lib/locale/lang/zh-cn'; import DataVVue3 from '@kjgl77/datav-vue3' - +// import 'lib-flexible/flexible' const app = createApp(App); for (const [key, component] of Object.entries(ElementPlusIconsVue)) { app.component(key, component); -- Gitblit v1.9.2