mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 03:01:16 +00:00
fix(workspace): fix workspace.plugins.xxx api is invalid
This commit is contained in:
parent
588ff54268
commit
ac1d462dc5
@ -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