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

vue_extend_component

时间:2017-02-05 17:07:45      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:blog   logs   xtend   style   script   end   one   template   var   

<div id="extend">
    <my></my>
</div>
<script>
    var my=Vue.extend({template:<div>haha</div>});
    Vue.component(my,my);
    new Vue({el:#extend})
</script>

 

vue_extend_component

标签:blog   logs   xtend   style   script   end   one   template   var   

原文地址:http://www.cnblogs.com/liadmin/p/6367909.html

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