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, );