File tree Expand file tree Collapse file tree 2 files changed +8
-25
lines changed Expand file tree Collapse file tree 2 files changed +8
-25
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div id =" app" >
3
- <!-- <div id="nav">-->
4
- <!-- <router-link to="/">Home</router-link> |-->
5
- <!-- <router-link to="/about">About</router-link>-->
6
- <!-- </div>-->
7
3
<router-view />
8
4
</div >
9
5
</template >
10
6
11
7
<style >
12
- #app {
13
- font-family : Avenir, Helvetica , Arial , sans-serif ;
14
- -webkit-font-smoothing : antialiased ;
15
- -moz-osx-font-smoothing : grayscale ;
16
- text-align : center ;
17
- color : #2c3e50 ;
18
- }
19
-
20
- #nav {
21
- padding : 30px ;
22
- }
23
-
24
- #nav a {
25
- font-weight : bold ;
26
- color : #2c3e50 ;
27
- }
28
-
29
- #nav a .router-link-exact-active {
30
- color : #42b983 ;
31
- }
8
+ #app {
9
+ font-family : Avenir, Helvetica , Arial , sans-serif ;
10
+ -webkit-font-smoothing : antialiased ;
11
+ -moz-osx-font-smoothing : grayscale ;
12
+ text-align : center ;
13
+ color : #2c3e50 ;
14
+ }
32
15
</style >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" home" >
3
3
<img alt =" Vue logo" src =" ../assets/logo.png" >
4
- \ </div >
4
+ </div >
5
5
</template >
6
6
7
7
<script lang="ts">
You can’t perform that action at this time.
0 commit comments