摘要:
阅读全文
posted @ 2017-03-26 11:25
778323309
阅读(231)
评论(0)
推荐(0)
摘要:
Vue.component('child', { render: function (createElement) { return createElement( 'h' + this.level, // tag name 标签名称 this.$slots.default // 子组件中的阵列 ) 阅读全文
posted @ 2017-03-26 11:23
778323309
阅读(3618)
评论(0)
推荐(0)
|