UNPKG

element-plus

Version:

A Component Library for Vue 3

19 lines (14 loc) 628 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var withInstall = require('../../utils/with-install.js'); var tabs = require('./src/tabs.js'); require('./src/tab-pane.js'); var tabPane_vue_vue_type_script_lang = require('./src/tab-pane.vue_vue&type=script&lang.js'); const ElTabs = withInstall.withInstall(tabs["default"], { TabPane: tabPane_vue_vue_type_script_lang["default"] }); const ElTabPane = withInstall.withNoopInstall(tabPane_vue_vue_type_script_lang["default"]); exports.ElTabPane = ElTabPane; exports.ElTabs = ElTabs; exports["default"] = ElTabs; //# sourceMappingURL=index.js.map