Vuejs几个小实例

1、双向数据绑定








	

{{text_content}}

2、导航切换








	

You chose {{active}}

3、即时搜索








	
  • {{a.title}}

4、布局转换








	
  • {{a.title}}


5、合计总价








	

Services

  • {{item.name}}{{item.price | currency}}

Total: {{total() | currency}}



你可能感兴趣的:(前端)