@fecp/mobile
Version:
31 lines (30 loc) • 1.09 kB
JavaScript
;
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
;/* 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/index.js");
const _sfc_main = {
__name: "Tabbar",
props: {
tabbarOptions: {
type: Array,
default: []
}
},
setup(__props) {
return (_ctx, _cache) => {
const _component_van_tabbar = index.Tabbar;
return vue.openBlock(), vue.createBlock(_component_van_tabbar, vue.mergeProps(_ctx.$attrs, {
route: "",
fixed: false
}), {
default: vue.withCtx(() => [
vue.renderSlot(_ctx.$slots, "default")
]),
_: 3
}, 16);
};
}
};
exports.default = _sfc_main;