mirror of https://github.com/apache/cloudstack.git
test route fix
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
8f431c2907
commit
9adf37bd51
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -657,7 +657,7 @@ export const constantRouterMap = [
|
|||
{
|
||||
path: 'home',
|
||||
name: 'TestHome',
|
||||
component: () => import('@/views/Home')
|
||||
component: () => import('@/views/Test')
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
Loading…
Reference in New Issue