0👍
Define the action like this:
GLOBAL_DATA: (commit, state) => {
forms_store.get(null, (result) => {
commit('SET_FORMS', result)
});
}
- [Vuejs]-B-form-input don't accept a minimum number as in normal HTML inputs
- [Vuejs]-Register a child component inside another child component vue.js
Source:stackexchange.com