How can I disable a button after it has been clicked in Vue Native?

134 Views Asked by At

I have a button in my template that does something on click. However, I want it to be disabled after the user has clicked it once.

1

There are 1 best solutions below

1
shawaiz minhas On

v-bind:disabled="newName === ''"

try this