I have a vuetify button that uploads form data to our api then once the response comes back clears the data. However, I am concerned a user could double click the button and it will send the data twice. Is there a built in way to disable a double click or triple click or whatever in vuetify v-btn? Or do I need to create a completely separate reactive model to disable the button while the method completes?