UNPKG

mwc-test

Version:

## Project setup ``` yarn install ```

13 lines (11 loc) 251 B
import state from './state'; import actions from './actions'; import mutations from './mutations'; import getters from './getters'; export default ({ namespaced = true }) => ({ namespaced, state, getters, actions: actions(), mutations, });