src/main.js
@@ -18,6 +18,7 @@ const app = createApp(App); app.config.globalProperties.$fm = timeUtil; app.config.globalProperties.$deepCopy = DeepCopy.deepCopy; for (const [key, component] of Object.entries(ElementPlusIconsVue)) { app.component(key, component);