UNPKG

bml-workstand-ui

Version:

A Component Library for Vue.js.

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