no message

Former-commit-id: e43e94ffb6a3835786ea6b7a03c63d076de9c0d4
Former-commit-id: 5296e88c8336389f738029410696fcc16b7fd0a3
Former-commit-id: 94030d1f11377eb7501800dea5e99110bb2acef0
This commit is contained in:
李杨
2018-03-26 20:28:44 +08:00
parent 5bbef495d8
commit 92f373e02b

View File

@@ -1,7 +1,14 @@
export default {
mounted () {
// 键盘控制扩展初始化
this.keyboardExtentInit()
},
methods: {
keyboardExt () {
//
// 键盘控制扩展初始化
keyboardExtentInit () {
console.group('keyboardExtentInit')
console.log()
console.groupEnd()
}
}
}