keepfool / vue-tutorials

Let you insight into the Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

02.Componets Part-2 dialog-slot

haibin2017 opened this issue · comments

<footer class="dialog-footer" slot="footer">
	<button @click="closeDialog">关闭</button>
</footer>

把button去掉后,给相应name的slot填充值后浏览,不显示“没有分发内容”这几个字,
<slot name="footer">没有分发内容</slot>
效果:
image
是这个例子有什么问题吗?