I have to continue to develop from others. But a value is passed vuex.
mounted() {
this.fetch();
},
computed: {
...mapGetters(['getValue'])
},
methods: {
...mapActions(['fetch']),
...mapMutations({}),
async scrollBottom() {
this.fetch();
}
}
getValue is data .
fetch is a action > edit delete
if refresh page is true work properly But I would like it to be real time.
Can I have some advice?
And it would help me a lot if you have the right example.
question from:
https://stackoverflow.com/questions/65881002/how-to-realtime-vue-from-vuex 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…