solt插槽的使用。

在组件内template中使用 <slot name='header'></slot>
在页面内 直接添加标签 如 <hs><h1 slot='header'></h1></hs> 用来匹配这些元素。
<slot></slot> 帮助在组件内进行 占位 具有name属性 用来进行区别他们的位置。

this.$router.push({name:home,params:{id:5555}});编码式路由

router 可以有name属性用来起名

router具有path 属性 components属性 必须填写的两个属性。

let router = new VueRouter({
    mode:'hash'//带#号  'history' //类似于后端接口
    LinkActiveClass:'class名'//动态切换, 默认router-link-active 就自带动态切换。
    routers:[
       {
        path:'/home';
        name:'Home',
        components:{
           template:''
         }
        },
       {},
       {}
       ]
});

 

转载于:https://www.cnblogs.com/l8l8/p/9157328.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值