Let you insight into the Vue.js
Geek Repo:Geek Repo
Github PK Tool:Github PK Tool
haibin2017 opened this issue 7 years ago · comments
<footer class="dialog-footer" slot="footer"> <button @click="closeDialog">关闭</button> </footer>
把button去掉后,给相应name的slot填充值后浏览,不显示“没有分发内容”这几个字, <slot name="footer">没有分发内容</slot> 效果: 是这个例子有什么问题吗?
<slot name="footer">没有分发内容</slot>