feat: 初始化居家上门服务系统完整项目代码
- Spring Boot 后端服务 (hss-home-service) - delivery-miniapp 配送小程序 - website 官网 (Nuxt) - docs 架构设计文档 - Docker 容器化部署配置 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
28
hss-home-service/website/.nuxt/dist/server/_nuxt/v3-eWcT6REp.js
vendored
Normal file
28
hss-home-service/website/.nuxt/dist/server/_nuxt/v3-eWcT6REp.js
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
import { hasInjectionContext, inject } from "vue";
|
||||
import { useSeoMeta as useSeoMeta$1, useHead as useHead$1, headSymbol } from "/home/akoo/居家服务/hss-home-service/website/node_modules/@unhead/vue/dist/index.mjs";
|
||||
import { t as tryUseNuxtApp } from "../server.mjs";
|
||||
function injectHead(nuxtApp) {
|
||||
const nuxt = nuxtApp || tryUseNuxtApp();
|
||||
return nuxt?.ssrContext?.head || nuxt?.runWithContext(() => {
|
||||
if (hasInjectionContext()) {
|
||||
return inject(headSymbol);
|
||||
}
|
||||
});
|
||||
}
|
||||
function useHead(input, options = {}) {
|
||||
const head = injectHead(options.nuxt);
|
||||
if (head) {
|
||||
return useHead$1(input, { head, ...options });
|
||||
}
|
||||
}
|
||||
function useSeoMeta(input, options = {}) {
|
||||
const head = injectHead(options.nuxt);
|
||||
if (head) {
|
||||
return useSeoMeta$1(input, { head, ...options });
|
||||
}
|
||||
}
|
||||
export {
|
||||
useSeoMeta as a,
|
||||
useHead as u
|
||||
};
|
||||
//# sourceMappingURL=v3-eWcT6REp.js.map
|
||||
Reference in New Issue
Block a user