UNPKG

fun-tab

Version:

A mobile touch-swappable tabs component for Vue3

21 lines (16 loc) 602 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var tabBar = require('./tab-bar.js'); var tabItem = require('./tab-item.js'); var tabs = require('./tabs.js'); const install = (app) => { app.component(tabs["default"].name, tabs["default"]); app.component(tabItem["default"].name, tabItem["default"]); app.component(tabBar["default"].name, tabBar["default"]); }; var index = { install }; exports.FunTabBar = tabBar["default"]; exports.FunTabItem = tabItem["default"]; exports.FunTabs = tabs["default"]; exports["default"] = index; //# sourceMappingURL=index.js.map