day06

A.今天学到了什么

1.面向对象编程
    
2.继承
    
3.改变this指向

    
4.bind
    
    

p

5.定时器的指向问题
 

p

6.箭头函数
    
    
7.继承
   
8.继承的其他方法
   
9.方法的简写
 
10.node.js
11.babeltest

详情见网上教程

12.vue.js
12.1用法
    

{{msg}}

12.2模板写在实例中
    
12.3事件
  
{{content}}
{{content}}
12.4属性绑定
 
//
hello world
hello world
12.5双向数据绑定
    
{{content}}
12.6计算属性
    

{{firstName}}{{lastName}}

12.7侦听器
    
    
{{fullName}}
{{count}}
12.8 v-if
   
hello world
12.9 v-test
    

B.补充

1. VUE框架其他见书籍库的教程
2.easy mock

你可能感兴趣的:(day06)