v-if例子
是
否
1
3
1
v-for例子
书名:{{item.title}}
价格:{{item.price}}
v-bind和v-on例子
v-bind href
v-bind test
v-on绑定
阻止事件冒泡
阻止冒泡
非阻止冒泡
v-bind class写法
样式A
数组样式
三元表达式
内联写法
自定义指令
{{res}}