微信扫一扫
computed:{ fullName(){ console.log('get被调用了') return this.firstName + '-' + this.lastName } }
相关推荐