0
BBalazs-D
mapState is a utility library that allows us to map stateful components to functions. We use it to "map" our stateful components to functions that will handle updates to our state.
Library: vue
vue
0 Comments
import { mapState } from "vuex";