UNPKG

ive-uniapp

Version:

Provide useful components and tools for uniapp

8 lines (6 loc) 139 B
import Vue from 'vue'; import tab from './tab'; tab.install = function() { Vue.component(tab.name, tab); }; export default tab;