What I want to achieve is this, when clicking on the product, the content in the goods will be displayed
为情所困2017-07-05 11:02:21
const router = new Router({
routes: [{
path: '/goods',
component: goods
}]
})
Read more documentation