mutations.ts 136 Bytes
Newer Older
白狗汪汪汪 committed
1 2 3 4 5 6
const mutations: any = {
    changeInfo(state: any,infos: string){
      state.info=infos+'fsdfs';
    }
  }
export default mutations;