From ecaa0f5f288894d4df50d3d7f17a168ae8d14d91 Mon Sep 17 00:00:00 2001 From: roymondchen Date: Mon, 2 Feb 2026 19:07:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(vue-runtime-help):=20useApp=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E4=B8=8D=E5=88=B0=E9=A1=B5=E9=9D=A2=E7=89=87=E4=B8=AD?= =?UTF-8?q?=E7=9A=84node?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- runtime/vue-runtime-help/package.json | 2 +- runtime/vue-runtime-help/src/hooks/use-app.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/runtime/vue-runtime-help/package.json b/runtime/vue-runtime-help/package.json index d4de22c0..9b663a3f 100644 --- a/runtime/vue-runtime-help/package.json +++ b/runtime/vue-runtime-help/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.0", + "version": "2.0.1", "name": "@tmagic/vue-runtime-help", "type": "module", "sideEffects": false, diff --git a/runtime/vue-runtime-help/src/hooks/use-app.ts b/runtime/vue-runtime-help/src/hooks/use-app.ts index fa984e57..fe7d4c86 100644 --- a/runtime/vue-runtime-help/src/hooks/use-app.ts +++ b/runtime/vue-runtime-help/src/hooks/use-app.ts @@ -75,6 +75,7 @@ export const useApp = ({ config, iteratorContainerId, iteratorIndex, + pageFragmentContainerId, }: UseAppOptions) => { const app = inject('app'); @@ -87,6 +88,7 @@ export const useApp = ({ config, iteratorContainerId, iteratorIndex, + pageFragmentContainerId, }, app, );