[Vuejs]-Vue trigger re-render of html even if computed properties didn't change

0👍

Use the modal events to hook in to it’s functionality. show.bs.modal will be emited from the modal itself before its shown, so you could at that point reset the content in the modal body.

Leave a comment