App.vue import { mapGetters } from 'vuex' export default { // ... created:function(){ console.log(this.fullName); // kobe bryant } computed: ...
確定! 回上一頁