UNPKG
wangbd-myui
Version:
latest (4.2.13)
4.2.13
4.2.12
MY前端基础框架核心组件库
newgateway.gitee.io/my/
wangbd-myui
/
core
/
templates
/
app
/
store
/
mutations.js
14 lines
(13 loc)
•
207 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
*
自定义Mutations
*
@module store/mutations
*
* @example 定义mutation方式
*
* methodName(state, payload) {
*
state.moduleName.model = payload
*
}
*
*/ export default { }