UNPKG

nimble-ui

Version:
8 lines (5 loc) 147 B
import Keyboard from './keyboard'; Keyboard.install = function (Vue, options) { Vue.use(Keyboard(Vue, options)); }; export default Keyboard;