You've already forked vue-element-admin
bump: update to vue-cli@4 (#3028)
This commit is contained in:
@@ -13,6 +13,7 @@ const state = {
|
||||
|
||||
const mutations = {
|
||||
CHANGE_SETTING: (state, { key, value }) => {
|
||||
// eslint-disable-next-line no-prototype-builtins
|
||||
if (state.hasOwnProperty(key)) {
|
||||
state[key] = value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user