Merge pull request #715 from smartxworks/yz-binding

expose services when init editor
This commit is contained in:
tanbowensg 2023-06-21 09:56:40 +08:00 committed by GitHub
commit 59d5e6ad14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,5 +152,6 @@ export function initSunmaoUIEditor(props: SunmaoUIEditorProps = {}) {
return {
Editor,
registry,
services,
};
}