UNPKG

at-ui

Version:

A UI Component Library with Vue.js

8 lines (5 loc) 148 B
import TabPane from '../tabs/src/tab-pane.vue' TabPane.install = function (Vue) { Vue.component(TabPane.name, TabPane) } export default TabPane