0👍
bind your attribute like this:
<button type="button"
class="btn btn-primary"
@click="getCheckedBoxes"
:data-product="prodObj.product"
data-dismiss="modal"
id="productsModalButton"
>
Save changes
</button>
if you don’t have prodObj in your component, consider using vue props
- [Vuejs]-DOM is not re-rendering on change of data in vue
- [Vuejs]-Vue & webpack & typescript "Cannot access '__WEBPACK_DEFAULT_EXPORT__' before initialization"
Source:stackexchange.com