first commit
This commit is contained in:
10
l-im-app-imooc-master/l-im-app-imooc/store/modules/common.js
Normal file
10
l-im-app-imooc-master/l-im-app-imooc/store/modules/common.js
Normal file
@@ -0,0 +1,10 @@
|
||||
export default {
|
||||
state:{
|
||||
keyboardHeight:0
|
||||
},
|
||||
mutations:{
|
||||
changeKeyboardHeight(state,h){
|
||||
state.keyboardHeight = h
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user