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
Plugins can be added not only via .use(plugin), but also multiple plugins as an array (.use([plugin1, plugin2])), or through the initial object (ware([plugin1, plugin2])). Can you please add documentation to this effect?
The text was updated successfully, but these errors were encountered:
Plugins can be added not only via
.use(plugin)
, but also multiple plugins as an array (.use([plugin1, plugin2])
), or through the initial object (ware([plugin1, plugin2])
). Can you please add documentation to this effect?The text was updated successfully, but these errors were encountered: