UNPKG

bml-workstand-ui

Version:

A Component Library for Vue.js.

9 lines (6 loc) 170 B
import BmlInput from './src/input'; /* istanbul ignore next */ BmlInput.install = function(Vue) { Vue.component(BmlInput.name, BmlInput); }; export default BmlInput;