06.计算属性 简介:将 model 层的资料,依 js 表达式,呈现业务逻辑。 https://youtu.be/T5faXmjGEgc https://pan.baidu.com/s/1kVNbzZh 此章范例如下: [计算属性基本] (https://github.com/bhnddowinf/vuejs-learn/blob/master/06/001%20Computed%20Properties%20Basic.html) 观察 watch demo 计算属性 computed demo 计算属性 2 ,computed getter , setter demo 计算属性 综合示例,computed sum