mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
fix(workspace): fix workspace.plugins.xxx api is invalid
This commit is contained in:
parent
557a462b9f
commit
43921cea2d
@ -90,7 +90,7 @@ export class Workspace implements IPublicApiWorkspace {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get plugins() {
|
get plugins() {
|
||||||
return new Plugins(this[workspaceSymbol].plugins, true);
|
return new Plugins(this[workspaceSymbol].plugins, true).toProxy();
|
||||||
}
|
}
|
||||||
|
|
||||||
get skeleton() {
|
get skeleton() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user