01 2022 档案

摘要:1.新建js文件 const xxx= { namespaced: true, state: { formData: { //此处储存数据 } }, getters: { }, mutations: { CHANGE_FORMDATA: (state, value) => { state.formD 阅读全文
posted @ 2022-01-25 11:55 Arash 阅读(139) 评论(0) 推荐(0)