hcong
2024-09-27 aa059ff617f0902a1c15443aa517f07bdbc64bea
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);