vuetify3-dialog
Advanced tools
Comparing version
@@ -423,4 +423,4 @@ import { defineComponent, computed, openBlock, createBlock, unref, mergeProps, withCtx, createVNode, createTextVNode, toDisplayString, createElementBlock, Fragment, renderList, ref, watch, isRef, createCommentVNode, createApp, resolveDynamicComponent } from 'vue'; | ||
customComponent: options.customComponent, | ||
dialogOptions: PluginContext.getPluginOptions().defaults?.dialog?.component || | ||
options.dialogOptions || { | ||
dialogOptions: options.dialogOptions || | ||
PluginContext.getPluginOptions().defaults?.dialog?.component || { | ||
width: '400px', | ||
@@ -427,0 +427,0 @@ }, |
{ | ||
"name": "vuetify3-dialog", | ||
"version": "1.4.7", | ||
"version": "1.4.8", | ||
"description": "Vue 3 & Vuetify 3 plugin to create dialogs, toasts and bottom-sheets with Promises.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# Vuetify 3 Dialog    | ||
Lite Vue plugin working with Vuetify, allowing you to show dialogs or snackbars programatically. | ||
> Inspired by [vuetify-dialog](https://www.npmjs.com/package/vuetify-dialog) (@yariksav) | ||
@@ -211,2 +212,2 @@ ## Summary | ||
Finally, when you will have finish your changes, make sure all tests are passing with `npm run test`, thanks in advance ! | ||
Finally, when you will have finish your changes, make sure all tests are passing with `npm run test`, thanks in advance ! |
Sorry, the diff of this file is not supported yet
75384
0.12%213
0.95%