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

Vue学习笔记(一)

时间:2016-12-15 07:31:12      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:区分大小写   创建   大小   html   学习笔记   template   pre   end   htm   

组件:分三步

创建组件:

var myComponent = Vue.extend({
template:‘<div>This is my first component</div>‘
});

注册组件:

Vue.component(‘firstcomponent‘,firstcomponent);

使用组件

<firstcomponent></firstcomponent>

学到的知识点:

  1. html自定义组件不区分大小写

Vue学习笔记(一)

标签:区分大小写   创建   大小   html   学习笔记   template   pre   end   htm   

原文地址:http://www.cnblogs.com/xuange306/p/6181787.html

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