diff options
author | Remy Raes <raes.remy@gmail.com> | 2022-09-23 00:46:31 +0200 |
---|---|---|
committer | Remy Raes <raes.remy@gmail.com> | 2022-09-23 00:46:31 +0200 |
commit | fe73ffe116b0357d6688dc01c5658baf36ee557c (patch) | |
tree | 15cf132702c0cf625a5721f5bd8ff66c64a88d7f /src-vue/src/main.ts | |
parent | b93afb828c341f883813c78650fdfee96d0fa907 (diff) | |
download | FlightCore-fe73ffe116b0357d6688dc01c5658baf36ee557c.tar.gz FlightCore-fe73ffe116b0357d6688dc01c5658baf36ee557c.zip |
feat: import back main CSS stylesheet
Diffstat (limited to 'src-vue/src/main.ts')
-rw-r--r-- | src-vue/src/main.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/src/main.ts b/src-vue/src/main.ts index 4a4e8745..a2d297be 100644 --- a/src-vue/src/main.ts +++ b/src-vue/src/main.ts @@ -4,7 +4,7 @@ import ElementPlus from "element-plus"; // styles import 'element-plus/theme-chalk/index.css'; -// import './style.css' +import './style.css' const app = createApp(App); app.use(ElementPlus); |