码迷,mamicode.com
首页 > 其他好文 > 详细

solt插槽的使用。

时间:2018-06-08 20:34:56      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:使用   style   active   位置   ash   tor   切换   one   color   

在组件内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:‘‘
         }
        },
       {},
       {}
       ]
});

 

solt插槽的使用。

标签:使用   style   active   位置   ash   tor   切换   one   color   

原文地址:https://www.cnblogs.com/l8l8/p/9157328.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!