import { mapGetters, mapActions } from 'vuex';. export default {. computed: mapGetters({. regionOption: 'getRegionOption',. }) ...
確定! 回上一頁