0👍
It’s not the class, but the @submit that matters
The class just changes the appearance of the button. You want to change the behaviour.
Try adding this to the Know Your Risk button:
@submit.prevent="member_whitelist_signup"
- [Vuejs]-Cannot find dist in node_module
- [Vuejs]-How to adjust the type of Nuxt Route Middleware with Typescript?
Source:stackexchange.com