vue router 路由属性参数配置说明
exportdefaultnewRouter({
mode:'history',//路由模式,取值为history与hash
base:'/',//打包路径,默认为/,可以修改
routes:[
{
path:string,//路径
component:Component;//页面组件
name:string;//命名路由-路由名称
components:(ComponentN...
原创
2021-05-31 14:17:04 ·
2202 阅读 ·
0 评论