|
| 1 | +## 05.数据绑定语法 |
| 2 | + |
| 3 | + 简介:vue.js 从 model 层,调出资料至 view 层显示以及交互。 |
| 4 | + |
| 5 | + https://www.youtube.com/watch?v=K-T_i7X4lrY&feature=youtu.be |
| 6 | + |
| 7 | + http://v.youku.com/v_show/id_XMTUxMzU3NzcwOA==.html |
| 8 | + |
| 9 | + https://pan.baidu.com/s/1bpFkmIz |
| 10 | + |
| 11 | +  |
| 12 | + |
| 13 | +  |
| 14 | + |
| 15 | +  |
| 16 | + |
| 17 | +  |
| 18 | + |
| 19 | +  |
| 20 | + |
| 21 | +  |
| 22 | + |
| 23 | +  |
| 24 | + |
| 25 | +  |
| 26 | + |
| 27 | +  |
| 28 | + |
| 29 | +  |
| 30 | + |
| 31 | +  |
| 32 | + |
| 33 | +  |
| 34 | + |
| 35 | +  |
| 36 | + |
| 37 | +  |
| 38 | + |
| 39 | +  |
| 40 | + |
| 41 | +  |
| 42 | + |
| 43 | +  |
| 44 | + |
| 45 | +  |
| 46 | + |
| 47 | +  |
| 48 | + |
| 49 | +  |
| 50 | + |
| 51 | +  |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | +#### 此章范例如下: |
| 57 | + |
| 58 | + 1.[view-interpolations-text](https://github.com/bhnddowinf/vuejs-learn/blob/master/05/001%20view-interpolations-text%20.html) |
| 59 | + |
| 60 | + 2.[Raw Html](https://github.com/bhnddowinf/vuejs-learn/blob/master/05/002%20Raw%20Html.html) |
| 61 | + |
| 62 | + 3.[partial](https://github.com/bhnddowinf/vuejs-learn/blob/master/05/003%20partial-0.html) |
| 63 | + |
| 64 | + 4.[partial 1](https://github.com/bhnddowinf/vuejs-learn/blob/master/05/003%20partial-1.html) |
| 65 | + |
| 66 | + 5.[partial 2](https://github.com/bhnddowinf/vuejs-learn/blob/master/05/003%20partial-2.html) |
| 67 | + |
| 68 | + 6.[Attributes](https://github.com/bhnddowinf/vuejs-learn/blob/master/05/004%20Attributes.html) |
| 69 | + |
| 70 | + 7.[Java Script Expressions](https://github.com/bhnddowinf/vuejs-learn/blob/master/05/005%20JavaScriptExpressions.html) |
| 71 | + |
| 72 | + 8.[Java Script Expressons error](https://github.com/bhnddowinf/vuejs-learn/blob/master/05/005%20JavaScriptExpressions-1.html) |
| 73 | + |
| 74 | + 9.[filters](https://github.com/bhnddowinf/vuejs-learn/blob/master/05/006%20filters.html) |
| 75 | + |
| 76 | + 10.[filter 传参](https://github.com/bhnddowinf/vuejs-learn/blob/master/05/007%20filters%20%E8%BF%9E%E7%BB%AD%E4%B8%A4%E6%AC%A1%E8%BF%87%E6%BB%A4%E5%99%A8.html) |
| 77 | + |
| 78 | + 11.[filter 串联](https://github.com/bhnddowinf/vuejs-learn/blob/master/05/007%20filters%20%E8%BF%9E%E7%BB%AD%E4%B8%A4%E6%AC%A1%E8%BF%87%E6%BB%A4%E5%99%A8.html) |
| 79 | + |
| 80 | + 12.[filter 自定义](https://github.com/bhnddowinf/vuejs-learn/blob/master/05/008%20filters%20%E4%B8%8E%E4%BC%A0%E5%8F%82.html) |
| 81 | + |
| 82 | + 13.[指令](https://github.com/bhnddowinf/vuejs-learn/blob/master/05/010%20%E6%8C%87%E4%BB%A4.html) |
| 83 | + |
| 84 | + 14.[指令 参数](https://github.com/bhnddowinf/vuejs-learn/blob/master/05/011%20%E6%8C%87%E4%BB%A4-%E5%8F%82%E6%95%B0.html) |
| 85 | + |
| 86 | + 15.[指令 事件](https://github.com/bhnddowinf/vuejs-learn/blob/master/05/012%20%E6%8C%87%E4%BB%A4-%E4%BA%8B%E4%BB%B6.html) |
| 87 | + |
| 88 | + 16.[指令 修饰符](https://github.com/bhnddowinf/vuejs-learn/blob/master/05/013%20%E6%8C%87%E4%BB%A4%E4%BF%AE%E9%A5%B0%E7%AC%A6.html) |
| 89 | + |
0 commit comments