定义:

const router = new VueRouter({

    routes: [
        {
            path: '/user/:id',
            component: user
        },

    ]
})

使用:

 this.$route.params.id

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

Captcha Code