riku
2024-06-07 0a97c702074830791cb29a158098f05c8033c4b1
src/main.js
@@ -4,9 +4,12 @@
import App from './App.vue'
import router from './router'
import timeUtil from './utils/time-util'
const app = createApp(App)
app.config.globalProperties.$fm = timeUtil
// elementUI Icon 注册
for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
  app.component(key, component)