在computed監聽新變數, 一定要用JSON.parse 和JSON.stringify 轉化一下, 不然watch監聽時返回的新舊值還是一樣的. computed : { newA : function ...
確定! 回上一頁