Fix bug
This commit is contained in:
parent
89a58dc596
commit
4ad51672c1
3 changed files with 20 additions and 9 deletions
|
|
@ -24,10 +24,15 @@ export default (os: MiOS) => new Vuex.Store({
|
|||
}],
|
||||
|
||||
state: {
|
||||
indicate: false,
|
||||
uiHeaderHeight: 0
|
||||
},
|
||||
|
||||
mutations: {
|
||||
indicate(state, x) {
|
||||
state.indicate = x;
|
||||
},
|
||||
|
||||
setUiHeaderHeight(state, height) {
|
||||
state.uiHeaderHeight = height;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue