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
The new plugin vex-dialog-promise is a good use case for a plugin that doesn't need or want to add a new property to the vex namespace, e.g. vex.dialogPromise. This plugin is more transient in the sense that it modifies the existing vex API, in this case to promisify some of the methods.
A revision to the registerPlugin method will probably be necessary.
The text was updated successfully, but these errors were encountered:
The new plugin vex-dialog-promise is a good use case for a plugin that doesn't need or want to add a new property to the vex namespace, e.g.
vex.dialogPromise
. This plugin is more transient in the sense that it modifies the existing vex API, in this case to promisify some of the methods.A revision to the
registerPlugin
method will probably be necessary.The text was updated successfully, but these errors were encountered: