diff options
| author | zyh <[email protected]> | 2024-07-18 14:25:08 +0800 |
|---|---|---|
| committer | zyh <[email protected]> | 2024-07-18 14:25:08 +0800 |
| commit | d2d9fbaef93317ae7f48aedf91e2ef3fd03c8038 (patch) | |
| tree | 68daa180fdd0c18234afa2cd750da66044f1883b /src/main.js | |
| parent | 7bb62881e80728271c10f8e5489a0ee5a023b910 (diff) | |
Diffstat (limited to 'src/main.js')
| -rw-r--r-- | src/main.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.js b/src/main.js index 3d2305b..4618b3b 100644 --- a/src/main.js +++ b/src/main.js @@ -3,6 +3,8 @@ import App from './App.vue' import './styles/element/index.scss' import './styles/index.scss' +import '@/assets/iconfont/iconfont.css' +import '@/assets/iconfont/iconfont.js' import router from "./router" import { createPinia } from 'pinia' |
