UNPKG

bml-workstand-ui

Version:

A Component Library for Vue.js.

10 lines (6 loc) 159 B
import BmlCol from './src/col'; /* istanbul ignore next */ BmlCol.install = function(Vue) { Vue.component(BmlCol.name, BmlCol); }; export default BmlCol;