We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5297c9c commit c8815f3Copy full SHA for c8815f3
2 files changed
src/App.vue
@@ -1,5 +1,4 @@
1
<template>
2
- <div id="app">
3
- <router-view />
4
- </div>
+ <router-view />
5
</template>
+<script lang="ts"></script>
src/main.ts
@@ -7,7 +7,7 @@ import 'element-plus/dist/index.css'
7
import zhCn from 'element-plus/es/locale/lang/zh-cn'
8
import { createPinia } from 'pinia'
9
import router from './router/index'
10
-import App from './app.vue'
+import App from './App.vue'
11
import clearLocalStorageMixin from './mixins/clear-local-storage'
12
import 'amfe-flexible'
13
import './assets/iconfont/iconfont.css'
0 commit comments