mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-04-29 15:04:05 +08:00
chore(vue-runtime-help): release v2.0.3
useEditorDsl 返回 root 以便外部访问根节点 Made-with: Cursor
This commit is contained in:
parent
4a102c1277
commit
59716e909b
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"name": "@tmagic/vue-runtime-help",
|
||||
"type": "module",
|
||||
"sideEffects": false,
|
||||
|
||||
@ -161,6 +161,7 @@ export const useEditorDsl = (app = inject<TMagicApp>('app'), runtimeApi: Runtime
|
||||
});
|
||||
|
||||
return {
|
||||
root,
|
||||
pageConfig,
|
||||
app,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user