use
src/views/xxx/index.vue
import {mapGetters} from "vuex"
computed: {
...mapGetters([
"user_id",
"username",
])
},
this.username can be printed in created
the same code is put in
src/views/xxx/yyy/index.vue
print this.username becomes undefined