@drawerly/vue / createDrawerly
createDrawerly()
ts
function createDrawerly<TDrawerOptions>(options?): Drawerly<TDrawerOptions>;Creates a Drawerly instance to be installed with app.use().
Type Parameters
TDrawerOptions
TDrawerOptions extends VueDrawerOptions = VueDrawerOptions
Parameters
options?
DrawerlyOptions<TDrawerOptions>
Returns
Drawerly<TDrawerOptions>