算出プロパティ
参考:
使い方
computed: { fullName: function () { return `${this.firstName} ${this.familyName}` } }
参考:
computed すごいぞ賢いぞ! | Ginpen.com
computed と methods を使った簡単な検索機能 | orizuru
Vue.js Computed Properties Tutorial | Flavio Copes
算出 setter 関数
参考:
vm.$forceUpdate
参考:
仕組み
参考:
算出プロパティの仕組みについて調べてみた | dely engineering blog
Vue.js 2.0 の算出プロパティ周辺のコードリーディング | kitak’s blog
値が更新されない
参考: