ВБ
Size: a a a
ВБ
w
w
NN
NN
ВБ
export default {
async fetch ({ store }) {
await store.dispatch('myModule/myAction')
},
head () {
const something = this.$store.getters['myModule/myGetter'] // <------- this.$store
return { title: something }
}
}
NN
export default {
async fetch ({ store }) {
await store.dispatch('myModule/myAction')
},
head () {
const something = this.$store.getters['myModule/myGetter'] // <------- this.$store
return { title: something }
}
}
BS
BS
NN
DЛ
ВБ
MK
NN
BS
DЛ
ВБ
DЛ
ВБ
NN