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

[Vue warn]: Invalid prop: type check failed for prop "htmlContent". Expected String, got Boolean with value false. #28

Open renyancheng opened 4 days ago

renyancheng commented 4 days ago

image This warning occurs when I call notifyError. How do I clear this warning? image