File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
<nav class =" navbar navbar-default" >
4
4
<div class =" container-fluid" >
5
5
<div class =" navbar-header" >
6
- <a href = " # " class =" navbar-brand" >E-commerce Inc.</a >
6
+ <router-link to = " / " class =" navbar-brand" >< strong > E-commerce Inc.</strong ></ router-link >
7
7
</div >
8
8
9
9
<div class =" collapse navbar-collapse" id =" bs-example-navbar-collapse-1" >
10
10
<ul class =" nav navbar-nav" >
11
- <li ><a href = " # " >Products</a ></li >
12
- <li ><a href = " # " >Cart</a ></li >
11
+ <li ><router-link to = " / " >Products</router-link ></li >
12
+ <li ><router-link to = " /cart " >Cart</router-link ></li >
13
13
</ul >
14
+
14
15
<div class =" nav navbar-nav navbar-right" >
15
16
<div class =" stats" >{{ cart.items.length }} <template v-if =" cart .items .length == 1 " >item</template ><template v-else >items</template > in cart, totalling {{ cartTotal | currency }}</div >
16
17
</div >
You can’t perform that action at this time.
0 commit comments