search

Home  >  Q&A  >  body text

javascript - vue-router

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

typechotypecho2707 days ago724

reply all(1)I'll reply

  • 为情所困

    为情所困2017-07-05 11:02:21

    const router = new Router({
        routes: [{
            path: '/goods',
            component: goods
        }]
    })

    Read more documentation

    reply
    0
  • Cancelreply