94 lines
2.9 KiB
JavaScript
94 lines
2.9 KiB
JavaScript
import _sfc_main$1 from './Footer-3e9ae166.mjs';
|
|
import { mergeProps, useSSRContext } from 'vue';
|
|
import { ssrRenderAttrs, ssrRenderSlot, ssrRenderComponent } from 'vue/server-renderer';
|
|
import { _ as _export_sfc } from './_plugin-vue_export-helper-cc2b3d55.mjs';
|
|
import '../../handlers/renderer.mjs';
|
|
import 'vue-bundle-renderer/runtime';
|
|
import 'h3';
|
|
import 'devalue';
|
|
import '../../nitro/node-server.mjs';
|
|
import 'node-fetch-native/polyfill';
|
|
import 'node:http';
|
|
import 'node:https';
|
|
import 'destr';
|
|
import 'ofetch';
|
|
import 'unenv/runtime/fetch/index';
|
|
import 'hookable';
|
|
import 'scule';
|
|
import 'klona';
|
|
import 'defu';
|
|
import 'ohash';
|
|
import 'ufo';
|
|
import 'unstorage';
|
|
import 'unstorage/drivers/fs';
|
|
import 'unstorage/drivers/overlay';
|
|
import 'unstorage/drivers/memory';
|
|
import 'radix3';
|
|
import 'node:fs';
|
|
import 'node:url';
|
|
import 'pathe';
|
|
import '@intlify/bundle-utils';
|
|
import 'unified';
|
|
import 'mdast-util-to-string';
|
|
import 'micromark/lib/preprocess.js';
|
|
import 'micromark/lib/postprocess.js';
|
|
import 'unist-util-stringify-position';
|
|
import 'micromark-util-character';
|
|
import 'micromark-util-chunked';
|
|
import 'micromark-util-resolve-all';
|
|
import 'remark-emoji';
|
|
import 'rehype-slug';
|
|
import 'remark-squeeze-paragraphs';
|
|
import 'rehype-external-links';
|
|
import 'remark-gfm';
|
|
import 'rehype-sort-attribute-values';
|
|
import 'rehype-sort-attributes';
|
|
import 'rehype-raw';
|
|
import 'remark-mdc';
|
|
import 'remark-parse';
|
|
import 'remark-rehype';
|
|
import 'mdast-util-to-hast';
|
|
import 'detab';
|
|
import 'unist-builder';
|
|
import 'mdurl';
|
|
import 'slugify';
|
|
import 'unist-util-position';
|
|
import 'unist-util-visit';
|
|
import 'shiki-es';
|
|
import 'unenv/runtime/npm/consola';
|
|
import './Divider-d0e5605d.mjs';
|
|
import './LocaleNuxtLink-9e62e7b2.mjs';
|
|
import './nuxt-link-691ee40a.mjs';
|
|
import '../server.mjs';
|
|
import 'unctx';
|
|
import '@unhead/ssr';
|
|
import 'unhead';
|
|
import '@unhead/shared';
|
|
import 'vue-router';
|
|
import '@intlify/core-base';
|
|
import 'cookie-es';
|
|
import 'is-https';
|
|
import 'anu-vue';
|
|
import './logo-8010ba8d.mjs';
|
|
import './composables-4342911f.mjs';
|
|
import './DarkToggle-029564ac.mjs';
|
|
|
|
const _sfc_main = {};
|
|
function _sfc_ssrRender(_ctx, _push, _parent, _attrs) {
|
|
const _component_Footer = _sfc_main$1;
|
|
_push(`<main${ssrRenderAttrs(mergeProps({ class: "px-10 py-20 text-center" }, _attrs))}>`);
|
|
ssrRenderSlot(_ctx.$slots, "default", {}, null, _push, _parent);
|
|
_push(ssrRenderComponent(_component_Footer, null, null, _parent));
|
|
_push(`<div class="mx-auto mt-5 text-center text-sm opacity-25"> [Home Layout] </div></main>`);
|
|
}
|
|
const _sfc_setup = _sfc_main.setup;
|
|
_sfc_main.setup = (props, ctx) => {
|
|
const ssrContext = useSSRContext();
|
|
(ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("layouts/home.vue");
|
|
return _sfc_setup ? _sfc_setup(props, ctx) : void 0;
|
|
};
|
|
const home = /* @__PURE__ */ _export_sfc(_sfc_main, [["ssrRender", _sfc_ssrRender]]);
|
|
|
|
export { home as default };
|
|
//# sourceMappingURL=home-4eab70b7.mjs.map
|