温故知新 常看常联系 如下网站资料 VUE
温故知新 常看常联系 如下网站资料:
1.https://cn.vuejs.org/v2/guide/
2.https://www.runoob.com/vue2/vue-tutorial.html
循环对象:
{{ (x.name | uppercase) + ', ' + x.country }}
总价 = {{ (x * y) | currency }}
姓名: {{ msg | reverse }}
温故知新 常看常联系 如下网站资料:
1.https://cn.vuejs.org/v2/guide/
2.https://www.runoob.com/vue2/vue-tutorial.html
循环对象:
总价 = {{ (x * y) | currency }}