UNPKG

109 BJavaScriptView Raw
1import Tab from "./src/Tab";
2
3Tab.install = Vue => {
4 Vue.component(Tab.name, Tab);
5};
6
7export default Tab;