test route fix

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2019-07-06 02:22:14 +05:30
parent 8f431c2907
commit 9adf37bd51
3 changed files with 2 additions and 4 deletions

View File

@ -9,8 +9,6 @@
<font-awesome-icon :icon="['fab', 'centos']" size="4x" />
<font-awesome-icon icon="coffee" />
<a-row>
<a-col :span="16">
<a-button

View File

@ -657,7 +657,7 @@ export const constantRouterMap = [
{
path: 'home',
name: 'TestHome',
component: () => import('@/views/Home')
component: () => import('@/views/Test')
}
]
},

View File

@ -2,7 +2,7 @@
<div class="home">
<div class="banner">
<img style="width: 64px; height: 64px" src="../assets/logo.png">
<h3 style="margin-top: 1rem">Welcome to Your Vue.js App</h3>
<h3 style="margin-top: 1rem">Welcome to Primate App</h3>
</div>
</div>
</template>