1
0
mirror of synced 2026-05-21 01:36:40 +08:00

chore(vue-runtime-help): release v2.0.3

useEditorDsl 返回 root 以便外部访问根节点

Made-with: Cursor
This commit is contained in:
roymondchen
2026-04-24 16:23:11 +08:00
parent 4a102c1277
commit 59716e909b
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
{ {
"version": "2.0.2", "version": "2.0.3",
"name": "@tmagic/vue-runtime-help", "name": "@tmagic/vue-runtime-help",
"type": "module", "type": "module",
"sideEffects": false, "sideEffects": false,

View File

@@ -161,6 +161,7 @@ export const useEditorDsl = (app = inject<TMagicApp>('app'), runtimeApi: Runtime
}); });
return { return {
root,
pageConfig, pageConfig,
app, app,
}; };