var vm = new Vue({ el: '#app', data: { a: 1, b: -1, aplusb : 0 }, watch: { a: ... 在選項中使用 asyncComputed 為鍵值定義的計算屬性可以回傳 async 的結果。
確定! 回上一頁