import { mapGetters } from 'vuex' export default { <...> computed: mapGetters({ isworking: 'isWorking' }), store } </script>Repeat the same steps in ...
確定! 回上一頁