javascript - vue-router
typecho
typecho 2017-07-05 11:00:21
0
1
745

What I want to achieve is this, when clicking on the product, the content in the goods will be displayed

typecho
typecho

Following the voice in heart.

reply all(1)
为情所困
const router = new Router({
    routes: [{
        path: '/goods',
        component: goods
    }]
})

Read more documentation

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template