From 0a97c702074830791cb29a158098f05c8033c4b1 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期五, 07 六月 2024 17:39:43 +0800 Subject: [PATCH] 原型制作中 --- src/main.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index e491791..af0994d 100644 --- a/src/main.js +++ b/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) -- Gitblit v1.9.3