export const state = () => ({ val: 1 }) export const getters = { getVal(state) { return 100 } }