element/packages/tab-pane/index.js

8 lines
158 B
JavaScript
Raw Normal View History

2016-07-27 06:15:02 +00:00
const TabPane = require('../tabs/src/tab-pane.vue');
TabPane.install = function(Vue) {
Vue.component(TabPane.name, TabPane);
};
module.exports = TabPane;