/
home
/
henzagold
/
site
/
store
/
File Upload :
llllll
Current File: /home/henzagold/site/store/bread.js
export const state = () => ({ items: [] }); export const mutations = { CLEAR(state) { state.items = []; }, SET(state, data) { state.items = data; } } export const actions = { set({commit}, e) { commit('SET', e); }, clear({commit}) { commit('CLEAR'); } };
Copyright ©2k19 -
Hexid
|
Tex7ure