@fecp/mobile
Version:
31 lines (30 loc) • 1.49 kB
JavaScript
;
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
;/* empty css */
;/* empty css */
;/* empty css */
;/* empty css */
;/* empty css */
const vue = require("vue");
const index = require("../../../../../../node_modules/.pnpm/vant@4.9.17_vue@3.5.13_typescript@5.7.3_/node_modules/vant/es/tabbar-item/index.js");
const _sfc_main = {
__name: "TabbarItem",
props: {
title: {
type: String,
default: ""
}
},
setup(__props) {
return (_ctx, _cache) => {
const _component_van_tabbar_item = index.TabbarItem;
return vue.openBlock(), vue.createBlock(_component_van_tabbar_item, vue.mergeProps(_ctx.$attrs, { replace: "" }), {
default: vue.withCtx(() => [
vue.createTextVNode(vue.toDisplayString(__props.title), 1)
]),
_: 1
}, 16);
};
}
};
exports.default = _sfc_main;