[Vuejs]-Add Event on HTML string of javascript (Vuejs)

0👍

As I guess, you could try @click.prevent = "Buy($event.target.value)". instead of just $event. To correctly diagnose the problem I think I need more related code, like the Buy method.

Leave a comment