fix #2266
This commit is contained in:
parent
e38e4940b4
commit
4535ab4c43
4 changed files with 15 additions and 7 deletions
|
|
@ -110,6 +110,10 @@ export default (os: MiOS) => new Vuex.Store({
|
|||
src: x.src,
|
||||
arg: x.arg
|
||||
};
|
||||
},
|
||||
|
||||
setVisibility(state, visibility) {
|
||||
state.visibility = visibility;
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue