vuex 中dispatch 和 commit 的用法和區別

import { forEach, isContains } from '@/libs/tools' const state = { clusterId: null, selectObj: null, } const getters = { getClusterId: state => state.clusterId, getSelectObj: state => state.selectObj,
相關文章
相關標籤/搜索