UNPKG

@fecp/mobile

Version:

31 lines (30 loc) 998 B
/* empty css */ /* empty css */ import { createBlock, openBlock, mergeProps, withCtx, renderSlot } from "vue"; import { Tabbar } from "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/tabbar/index.mjs"; const _sfc_main = { __name: "Tabbar", props: { tabbarOptions: { type: Array, default: [] } }, setup(__props) { return (_ctx, _cache) => { const _component_van_tabbar = Tabbar; return openBlock(), createBlock(_component_van_tabbar, mergeProps(_ctx.$attrs, { route: "", fixed: false }), { default: withCtx(() => [ renderSlot(_ctx.$slots, "default") ]), _: 3 }, 16); }; } }; export { _sfc_main as default };