在getter 中,要記得搭配使用 return 來把值返回出來。 以下利用computed計算data items陣列長度的演練 <div id="app"> <p>{{ arrayLength }}</p> ...
確定! 回上一頁