0👍
I realized that having the dialog inside the button was the problem.
Instead of having <button ... <dialog></dialog> </button>
, having <button><dialog>
solved the problem.
- [Vuejs]-Quill error with Invalid Quill Container on Vuejs when used with vuetify tab
- [Vuejs]-Using bulma accordions, out of two accordions , how to display the later accordion , on click of a button inside the former accordion?
Source:stackexchange.com