From 5773bf718397e8a7073b935d989259ef0cb29219 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期一, 05 二月 2024 19:20:34 +0800 Subject: [PATCH] Merge branch 'reportWorkAppFile/reportWorkApp' of http://192.168.5.5:10010/r/web/bulletin-board-style1 into reportWorkAppFile/reportWorkApp --- src/main.ts | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main.ts b/src/main.ts index 7480f87..64863ef 100644 --- a/src/main.ts +++ b/src/main.ts @@ -2,6 +2,7 @@ import '@babel/polyfill' import Es6Promise from 'es6-promise' Es6Promise.polyfill() + import './assets/styles/main.css' import { createApp } from 'vue' @@ -9,7 +10,7 @@ import App from './App.vue' import router from './router' - +import 'amfe-flexible' const app = createApp(App) app.use(createPinia()) -- Gitblit v1.8.0