Getter. 為什麼需要使用getters ? 在某些時候我們需要 computed store` 中的state ,例如在to do list 內取得完成的數量。 computed: { doneTodosCount () { return ...
確定! 回上一頁