|
@@ -1,6 +1,6 @@
|
|
|
/*!
|
|
|
- * vuex v3.6.0
|
|
|
- * (c) 2020 Evan You
|
|
|
+ * vuex v3.6.1
|
|
|
+ * (c) 2021 Evan You
|
|
|
* @license MIT
|
|
|
*/
|
|
|
function applyMixin (Vue) {
|
|
@@ -965,7 +965,7 @@ var mapState = normalizeNamespace(function (namespace, states) {
|
|
|
/**
|
|
|
* Reduce the code which written in Vue.js for committing the mutation
|
|
|
* @param {String} [namespace] - Module's namespace
|
|
|
- * @param {Object|Array} mutations # Object's item can be a function which accept `commit` function as the first param, it can accept anthor params. You can commit mutation and do any other things in this function. specially, You need to pass anthor params from the mapped function.
|
|
|
+ * @param {Object|Array} mutations # Object's item can be a function which accept `commit` function as the first param, it can accept another params. You can commit mutation and do any other things in this function. specially, You need to pass anthor params from the mapped function.
|
|
|
* @return {Object}
|
|
|
*/
|
|
|
var mapMutations = normalizeNamespace(function (namespace, mutations) {
|
|
@@ -1230,7 +1230,7 @@ function pad (num, maxLength) {
|
|
|
var index = {
|
|
|
Store: Store,
|
|
|
install: install,
|
|
|
- version: '3.6.0',
|
|
|
+ version: '3.6.1',
|
|
|
mapState: mapState,
|
|
|
mapMutations: mapMutations,
|
|
|
mapGetters: mapGetters,
|