javascript - What is the use of vue route name?
阿神
阿神 2017-05-19 10:46:24
0
1
611

I found that adding name doesn’t work. It will display normally without adding

阿神
阿神

闭关修行中......

reply all(1)
过去多啦不再A梦

For example, such a routing configuration

    routes: [
        { name:'category', path: '/category', component: index },
    ]

Then :to="{name: 'category'}" === to="/category"
name can only be used with params

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