%PDF- %PDF-
| Direktori : /home/dopla/www/wp-content/plugins/ml-slider/admin/assets/js/app/store/modules/ |
| Current File : /home/dopla/www/wp-content/plugins/ml-slider/admin/assets/js/app/store/modules/settings.js |
import slide from '../../api/Settings'
// initial state
const state = {
}
// getters
const getters = {}
// actions
const actions = {
// getAllSlideshows({ commit }) {
// slideshow.getSlideshows(slideshows => {
// commit('allSlideshows', slideshows)
// })
// }
}
// mutations
const mutations = {
// setProducts(state, products) {
// state.all = products
// },
// decrementProductInventory(state, { id }) {
// const product = state.all.find(product => product.id === id)
// product.inventory--
// }
}
export default {
namespaced: true,
state,
getters,
actions,
mutations
}