UNPKG

wox-cli

Version:

scaffold for create component, toolkit and so on

17 lines (14 loc) 230 B
import actions from './actions'; import getters from './getters'; import mutations from './mutations'; const state = { count: 0, list: [] }; export default { namespaced: true, state, actions, getters, mutations };