Skip to content

Commit c8815f3

Browse files
committed
remove div#app in app.vue
1 parent 5297c9c commit c8815f3

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/App.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<template>
2-
<div id="app">
3-
<router-view />
4-
</div>
2+
<router-view />
53
</template>
4+
<script lang="ts"></script>

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import 'element-plus/dist/index.css'
77
import zhCn from 'element-plus/es/locale/lang/zh-cn'
88
import { createPinia } from 'pinia'
99
import router from './router/index'
10-
import App from './app.vue'
10+
import App from './App.vue'
1111
import clearLocalStorageMixin from './mixins/clear-local-storage'
1212
import 'amfe-flexible'
1313
import './assets/iconfont/iconfont.css'

0 commit comments

Comments
 (0)