8 lines
115 B
JavaScript

export const state = () => ({})
export const mutations = {}
export const actions = {}
export const getters = {}