ThomasLeconte / vuetify3-dialog

Vue 3 & Vuetify 3 plugin to create dialogs (confirm, warn, error), toasts or bottom-sheets with Promises anwsers.
https://www.npmjs.com/package/vuetify3-dialog
MIT License
26 stars 9 forks source link

Update types namespace for Vue #26

Closed Joebayld closed 2 months ago

Joebayld commented 2 months ago

There is an issue with the Vue types that causes issues with other Vue libraries. We need to update the index.d.ts to the correct Vue module per their documentation.

https://vuejs.org/guide/typescript/options-api.html#augmenting-global-properties

ThomasLeconte commented 2 months ago

Thanks !!