yariksav / vuetify-dialog

Easy dialogs in Vuetify.js framework
MIT License
195 stars 48 forks source link

how can i set the default properties?not set at call time. #115

Closed Bluebang closed 3 years ago

Bluebang commented 3 years ago
vuetifyDialog: {
    property: '$dialog',
    message: {icon: 'mdi-check-circle', color: '#2a3b4d',position:"top"},
    // ...
  },

it doen't work

Bluebang commented 3 years ago

work for me

vuetifyDialog: {
    property: '$dialog',
    toast: {icon: 'mdi-check-circle', color: '#2a3b4d',position:"top"},
    // ...
  },