@fecp/mobile
Version:
33 lines (32 loc) • 1.49 kB
JavaScript
;
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
;/* 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/nav-bar/index.js");
const _sfc_main = {
__name: "NavBar",
setup(__props) {
const onClickLeft = () => history.back();
return (_ctx, _cache) => {
const _component_van_nav_bar = index.NavBar;
return vue.openBlock(), vue.createBlock(_component_van_nav_bar, vue.mergeProps(_ctx.$attrs, {
fixed: false,
"safe-area-inset-top": "",
onClickLeft
}), vue.createSlots({ _: 2 }, [
vue.renderList(_ctx.$slots, (item, key) => {
return {
name: key,
fn: vue.withCtx(() => [
vue.renderSlot(_ctx.$slots, key)
])
};
})
]), 1040);
};
}
};
exports.default = _sfc_main;