0 votes
in VueJS by
How do you represent one way data flow in vuex?

1 Answer

0 votes
by

Vue.js has a one-way data flow model, through the props property. The same concept can be represented in vuex has below,

image

Related questions

0 votes
asked Sep 10, 2023 in VueJS by DavidAnderson
0 votes
asked Sep 9, 2023 in VueJS by DavidAnderson
...