功能描述
业务键盘组件,提供给业务开发继承,它的父级组件为vue-base
#方法
手工触发输入事件
change: function(text);
接受输入
accept: function(text);
显示屏幕键盘
show(e, current, layout);
隐藏屏幕键盘
hide: function();
聚焦输入
focusInput($event, kbId, layout);
#事件
无
#使用示例
/*** the base vue for 2nd development*/
import { Components } from "@/p