no message
Former-commit-id: e43e94ffb6a3835786ea6b7a03c63d076de9c0d4 Former-commit-id: 5296e88c8336389f738029410696fcc16b7fd0a3 Former-commit-id: 94030d1f11377eb7501800dea5e99110bb2acef0
This commit is contained in:
@@ -1,7 +1,14 @@
|
|||||||
export default {
|
export default {
|
||||||
|
mounted () {
|
||||||
|
// 键盘控制扩展初始化
|
||||||
|
this.keyboardExtentInit()
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
keyboardExt () {
|
// 键盘控制扩展初始化
|
||||||
//
|
keyboardExtentInit () {
|
||||||
|
console.group('keyboardExtentInit')
|
||||||
|
console.log()
|
||||||
|
console.groupEnd()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user