-1👍
You are generating dynamic elements, so try below code:
$('your-parent-element').on('click', 'button', function(){
//write you code here.
})
“Anyway event is working with DOM elements from stratch. What’s wrong”
– check your console panel of browser if is there any error.
Hope this may help you.
- [Vuejs]-Laravel and Vue in WAMP — components don't compile, just appear as their component names
- [Vuejs]-Create elements and querySelector doesn't work in VueJS
Source:stackexchange.com