关于vue中的计算属性

计算属性(computed)用于处理复杂逻辑
computed:{
}

computed做为vue的选项是固定的
例子:

{{mes}}

{{count}}

输出结果为:

hello vue

vue—hello

练习

要求:点击button按钮使数字以对应的价格改变

Image 2.png

代码如下:

总和

{{arr}}

多加练习,不荒废现在的时间,对得起未来的自己!

猜你喜欢

转载自blog.csdn.net/q3254421/article/details/82777152