From df5b61dcf9d7c6a71ba919b0556ea9aa43aa3f76 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期一, 08 五月 2023 10:00:43 +0800 Subject: [PATCH] 修改展示 --- 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