const mutations: any = { changeInfo(state: any,infos: string){ state.info=infos+'fsdfs'; } } export default mutations;