I'm building a modal, to edit an object from a table, but when calling a example modal, it's showing as a text. As in this image bellow:
Here is the code example:
<!-- Using value -->
<b-button v-b-modal="'my-modal'">Show Modal</b-button>
<!-- The modal -->
<b-modal id="my-modal">Hello From My Modal!</b-modal>
This is strange, because v-for and v-model are working normaly, but <b-alert>
and <b-modal>
aren't.