UNPKG

bml-workstand-ui

Version:

A Component Library for Vue.js.

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