diff --git a/runtime/vue-runtime-help/package.json b/runtime/vue-runtime-help/package.json index 9490b05c..eb4f600c 100644 --- a/runtime/vue-runtime-help/package.json +++ b/runtime/vue-runtime-help/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.2", + "version": "2.0.3", "name": "@tmagic/vue-runtime-help", "type": "module", "sideEffects": false, diff --git a/runtime/vue-runtime-help/src/hooks/use-editor-dsl.ts b/runtime/vue-runtime-help/src/hooks/use-editor-dsl.ts index 85a24d64..bb74823f 100644 --- a/runtime/vue-runtime-help/src/hooks/use-editor-dsl.ts +++ b/runtime/vue-runtime-help/src/hooks/use-editor-dsl.ts @@ -161,6 +161,7 @@ export const useEditorDsl = (app = inject('app'), runtimeApi: Runtime }); return { + root, pageConfig, app, };