Skip to content

Commit 5e5c149

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

1 file changed

Lines changed: 2 additions & 3 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>

0 commit comments

Comments
 (0)