@ -46,7 +46,9 @@
<BreadcrumbItem>Components</BreadcrumbItem>
</Breadcrumb>
<Card>
<div :style="{'height':mHeight + 'px'}">Content</div>
<div :style="{'height':mHeight + 'px'}">
<router-view/>
</div>
</Card>
</Content>
</Layout>
@ -46,13 +46,13 @@ const router = new Router({
path: '/shop/increase',
name: 'ShopIncrease',
component: ShopIncrease
},
{
path: '/customer/data',
name: 'CustomerData',
component: CustomerData,
}
]
});