fix(system): allow wrapping components both from presets and plugins (#9919)

Refs #7232
This commit is contained in:
Vladimír Gorej
2024-05-07 11:54:12 +02:00
committed by GitHub
parent 6ae2c1fb15
commit 877470b522
7 changed files with 6 additions and 36 deletions

View File

@@ -388,10 +388,6 @@ const MyWrapComponentPlugin = function(system) {
}
```
**Note:**
If you have multiple plugins wrapping the same component, you may want to change the [`pluginsOptions.pluginLoadType`](/docs/usage/configuration.md#Plugins-options) parameter to `chain`.
#### `rootInjects`
The `rootInjects` interface allows you to inject values at the top level of the system.