UNPKG

@beeapi/nutui

Version:

一套轻量级移动端Vue组件库

9 lines (6 loc) 180 B
import tabPanel from './tabpanel.vue'; import './tabpanel.scss'; tabPanel.install = function(Vue) { Vue.component(tabPanel.name, tabPanel); }; export default tabPanel;