Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 200 Bytes

vuejs.org

File metadata and controls

15 lines (11 loc) · 200 Bytes

vuejs

vuex

it’s all about store

Core concepts

State

Getters

for getting some dinamic data from store

Mutations

for changing store’s state

Actions

mutations with async