2017年2月8日
摘要: 单个slot示例 当my-component模板里面有内容时<slot>将被替换掉反之则不被替换 阅读全文
posted @ 2017-02-08 15:06 jiawing 阅读(496) 评论(0) 推荐(0)
摘要: Dispatch Event Messages: {{ messages | json }} Vue.component('Child',{ template:'#child-template', data:function(){ return { msg:'hello'} ... 阅读全文
posted @ 2017-02-08 14:54 jiawing 阅读(170) 评论(0) 推荐(0)