chore(vue-runtime-help): release v2.0.3
useEditorDsl 返回 root 以便外部访问根节点 Made-with: Cursor
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -161,6 +161,7 @@ export const useEditorDsl = (app = inject<TMagicApp>('app'), runtimeApi: Runtime
|
|||||||
});
|
});
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
root,
|
||||||
pageConfig,
|
pageConfig,
|
||||||
app,
|
app,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user