0 votes
in VueJS by
What is Single state tree in Vuejs?

1 Answer

0 votes
by

Vuex's single state tree is single object contains all your application level state and serves as the "single source of truth". It does not conflict with modularity when you split state and mutations into sub modules.

Related questions

0 votes
asked Sep 12, 2023 in VueJS by AdilsonLima
0 votes
asked Sep 7, 2023 in VueJS by DavidAnderson
...