UNPKG

bml-workstand-ui

Version:

A Component Library for Vue.js.

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