Map the getter in the script block: import { mapGetters } from 'vuex'; export default { name: 'Cart', computed: mapGetters(['cartTotal']), 11.
確定! 回上一頁