import __nuxt_component_0 from "../node_modules/nuxt/dist/app/components/nuxt-link.mjs"; import { defineComponent, ref, withCtx, createVNode, createTextVNode, toDisplayString } from "vue"; import { ssrRenderClass, ssrRenderComponent, ssrRenderList, ssrInterpolate } from "vue/server-renderer"; import { useRoute } from "vue-router"; const _sfc_main = /* @__PURE__ */ defineComponent({ __name: "NavBar", __ssrInlineRender: true, setup(__props) { useRoute(); const mobileMenuOpen = ref(false); const scrolled = ref(false); const navItems = [ { name: "首页", path: "/" }, { name: "AWS产品", path: "/products" }, { name: "解决方案", path: "/solutions" }, { name: "客户案例", path: "/cases" }, { name: "关于我们", path: "/about" }, { name: "联系我们", path: "/contact" } ]; return (_ctx, _push, _parent, _attrs) => { const _component_NuxtLink = __nuxt_component_0; _push(`
`); }; } }); export { _sfc_main as default }; //# sourceMappingURL=NavBar.vue2.mjs.map