Skip to content

Commit

Permalink
fix pages to tab
Browse files Browse the repository at this point in the history
  • Loading branch information
yennanliu committed Nov 27, 2023
1 parent a190ee9 commit 3d73485
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ShoppingCart/Frondend/ecommerce-ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<div id="app">
<nav>
<router-link to="/">Home</router-link> |
<router-link to="/about">About</router-link>
<router-link to="/about">About</router-link> |
<router-link to="/admin/category">Category</router-link> |
<router-link to="/admin/category/add">Add</router-link>
</nav>
<router-view/>
</div>
Expand Down

0 comments on commit 3d73485

Please sign in to comment.