You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Theplugincaneitherbeanobjectwithan`install()`method, oradirectlyafunction(whichitselfwillusedastheinstallmethod). The options (secondargumentof`app.use()`) will be passed along to the plugin's install method.
236
+
Theplugincaneitherbeanobjectwithan`install()`method, orjustafunctionthat will be used as the `install()` method. The options (secondargumentof`app.use()`) will be passed along to the plugin's `install()` method.
Amergestrategyfunction can registered for a custom option by assigning it on the `app.config.optionMergeStrategies` object using the option's name as the key.
544
+
Amergestrategyfunction can be registered for a custom option by assigning it on the `app.config.optionMergeStrategies` object using the option's name as the key.
545
545
546
546
The merge strategy function receives the value of that option defined on the parent and child instances as the first and second arguments, respectively.
0 commit comments