yariksav / vuetify-confirm

Extends vuetify.js confirm dialog
MIT License
142 stars 42 forks source link

Plugin doesn't work when Vue is available globally #39

Open ebeloded opened 3 years ago

ebeloded commented 3 years ago

This line in index.js instantiates plugin without vuetify in options, which results in a warning https://github.com/yariksav/vuetify-confirm/blob/10adf63b04ab4569cf51ef7507eb35c0e96e7761/src/index.js#L36

Even if the plugin is instantiated after, it doesn't seem to have access to vuetify instance