UNPKG

@fecp/mobile

Version:

31 lines (30 loc) 1.41 kB
/* empty css */ /* empty css */ /* empty css */ /* empty css */ /* empty css */ import { createBlock, openBlock, mergeProps, withCtx, createTextVNode, toDisplayString } from "vue"; import { TabbarItem } from "../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/tabbar-item/index.mjs"; const _sfc_main = { __name: "TabbarItem", props: { title: { type: String, default: "" } }, setup(__props) { return (_ctx, _cache) => { const _component_van_tabbar_item = TabbarItem; return openBlock(), createBlock(_component_van_tabbar_item, mergeProps(_ctx.$attrs, { replace: "" }), { default: withCtx(() => [ createTextVNode(toDisplayString(__props.title), 1) ]), _: 1 }, 16); }; } }; export { _sfc_main as default };