const state = { slides: [], slideIndex: 0, } const getters = { } const mutations = { } const actions = { } export default { namespaced: true, state, getters, mutations, actions, }