UNPKG

bml-workstand-ui

Version:

A Component Library for Vue.js.

9 lines (6 loc) 195 B
import BmlFormCell from '../form/src/form-cell'; /* istanbul ignore next */ BmlFormCell.install = function(Vue) { Vue.component(BmlFormCell.name, BmlFormCell); }; export default BmlFormCell;