关于vue 的slot分发内容 (多个分发)

slot分发内容 (多个分发)

 组件模板-元素可以用一个特殊的属性 name 来配置如何分发内容。多个 slot 可以有不同的名字。具名 slot 将匹配内容片段中有对应 slot 特性的元素

                 

{{item.title}}

       

{{item.desc}}

       {{item.tims}}      
 

关于vue 的slot分发内容 (多个分发)_第1张图片

slot的多种用法

基本用法

//组件


 
//使用


 

插槽中使用data

//组件

 

 
//使用

动态插槽

//组件

 

 
//使用

以上为个人经验,希望能给大家一个参考,也希望大家多多支持脚本之家。 

你可能感兴趣的:(关于vue 的slot分发内容 (多个分发))