From 92f373e02b5c001234b110951a38fe57d77ea472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=9D=A8?= <1711467488@qq.com> Date: Mon, 26 Mar 2018 20:28:44 +0800 Subject: [PATCH] no message Former-commit-id: e43e94ffb6a3835786ea6b7a03c63d076de9c0d4 Former-commit-id: 5296e88c8336389f738029410696fcc16b7fd0a3 Former-commit-id: 94030d1f11377eb7501800dea5e99110bb2acef0 --- .../demo/business/table/keyboard/keyboard-extend.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/pages/demo/business/table/keyboard/keyboard-extend.js b/src/pages/demo/business/table/keyboard/keyboard-extend.js index 2ad17900..1cf9d318 100644 --- a/src/pages/demo/business/table/keyboard/keyboard-extend.js +++ b/src/pages/demo/business/table/keyboard/keyboard-extend.js @@ -1,7 +1,14 @@ export default { + mounted () { + // 键盘控制扩展初始化 + this.keyboardExtentInit() + }, methods: { - keyboardExt () { - // + // 键盘控制扩展初始化 + keyboardExtentInit () { + console.group('keyboardExtentInit') + console.log() + console.groupEnd() } } }