Skip to content

Commit 52d2581

Browse files
committed
updated app.vue
1 parent 4ccd279 commit 52d2581

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/App.vue

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
<template>
2+
<div id="main">
23
<router-view></router-view>
4+
</div>
35
</template>
46

57
<script>
6-
78
export default {
8-
name: 'App'
9-
}
9+
name: "App",
10+
};
1011
</script>
1112

1213
<style>
13-
#app {
14+
#main {
1415
font-family: Avenir, Helvetica, Arial, sans-serif;
1516
-webkit-font-smoothing: antialiased;
1617
-moz-osx-font-smoothing: grayscale;

0 commit comments

Comments
 (0)