34 lines
1.2 KiB
JavaScript
Vendored
34 lines
1.2 KiB
JavaScript
Vendored
import { T as TopBar$1, B as Breadcrumbs, a as TabBar, b as TopBarTabBarContainer } from "./TabBar.abe46315.js";
|
|
import { g as createBlock, w as withCtx, r as resolveComponent, o as openBlock, a as createVNode } from "./app.2c3b9863.js";
|
|
import { _ as _export_sfc } from "./_plugin-vue_export-helper.cdc0426e.js";
|
|
import "./Container.76729bd1.js";
|
|
const _sfc_main = {
|
|
components: {
|
|
TopBar: TopBar$1,
|
|
Breadcrumbs,
|
|
TabBar,
|
|
TopBarTabBarContainer
|
|
},
|
|
props: {
|
|
breadcrumbs: Array
|
|
}
|
|
};
|
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
const _component_Breadcrumbs = resolveComponent("Breadcrumbs");
|
|
const _component_TopBarTabBarContainer = resolveComponent("TopBarTabBarContainer");
|
|
const _component_TopBar = resolveComponent("TopBar", true);
|
|
return openBlock(), createBlock(_component_TopBar, null, {
|
|
breadcrumbs: withCtx(() => [
|
|
createVNode(_component_Breadcrumbs, { items: $props.breadcrumbs }, null, 8, ["items"])
|
|
]),
|
|
"tab-bar": withCtx(() => [
|
|
createVNode(_component_TopBarTabBarContainer)
|
|
]),
|
|
_: 1
|
|
});
|
|
}
|
|
const TopBar = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
export {
|
|
TopBar as default
|
|
};
|