computed : { doneTodosCount () { return this.$store.getters.doneTodosCount } } ... ... 另外,也能透過mapGetters 引入getter 來使用:
確定! 回上一頁