zhang699 / vue-ec-template

Mimic Layout and animation effect of Honestbee E-Commerce website by using Vue.js.
1 stars 2 forks source link

add new page route for demonstrating usage of vue-router #4

Open zhang699 opened 7 years ago

zhang699 commented 7 years ago
zhang699 commented 7 years ago

Use router-link to do declarative route navigation

<router-link :to="{ name: 'Login'}" class="router-link center-vertical">
          <button class="rounded secondary-button fat-border">Log In</button>
</router-link>