在某些時候我們需要 computed store` 中的state ,例如在to do list 內取得完成的數量 ... <script> import { mapGetters } from 'vuex'; export default { computed: ...
確定! 回上一頁