export const state = () => ({ val: 2 }) export const getters = { getVal(state) { return 99 } }