UNPKG

@huntianning/components

Version:

Custom components for HTN

8 lines (5 loc) 121 B
import Tabbar from './tabbar' Tabbar.install = (Vue) => { Vue.component(Tabbar.name, Tabbar) } export default Tabbar