[Vuejs]-Vue vuex shorten mapState

0👍

Unfortunately, I think it can’t be shorter.
If your multiple components use state.inputValues, you can use Mixins.

Mixins are a flexible way to distribute reusable functionalities for Vue components.

Leave a comment