Skip to content

State Management

Latest
Compare
Choose a tag to compare
@wraybowling wraybowling released this 27 Apr 14:39
· 9 commits to master since this release

Now most variables are maintained by Vuex so that components can talk to each other using a common "state" Each component can listen to the state for changes to update their own computed values.