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

vue $slot基本用法

时间:2017-10-26 13:29:09      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:分发   pre   没有   class   slot   har   child   ast   span   

slot内容分发

 

如果有first传入 ,下面first就被替换,如果没有first传入,则显示下面模块中的内容

<children> 
			<span slot="first">【12345】</span> 
		</children> 

<div><slot name=‘first‘><button>【如果没有内容则显示我1】</button></slot>为了明确作用范围,<slot name=‘last‘><button>【如果没有内容则显示我2】</button></slot>所以使用button标签</div>

  

 

vue $slot基本用法

标签:分发   pre   没有   class   slot   har   child   ast   span   

原文地址:http://www.cnblogs.com/fm060/p/7735759.html

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