多次引用和使用的数据源变化,可以将其整合成一个计算属性,例如官方文档中的:
computed: {
fullName () {
return this.firstName + ' ' + this.lastName }