bump: update to vue-cli@4 (#591)

This commit is contained in:
花裤衩
2020-06-21 21:46:49 +08:00
committed by GitHub
parent b292e46f45
commit 83f3a9cc57
4 changed files with 33 additions and 31 deletions

View File

@@ -10,6 +10,7 @@ const state = {
const mutations = {
CHANGE_SETTING: (state, { key, value }) => {
// eslint-disable-next-line no-prototype-builtins
if (state.hasOwnProperty(key)) {
state[key] = value
}