AustinGil / vuetensils

🍴 A tasty toolset for Vue.js 🛠 - Lightweight, functional components to boost your next project.
https://vuetensils.austingil.com/
MIT License
658 stars 38 forks source link

hotfix - prevent toggle button to trigger submit when used inside a form #100

Closed guins closed 4 years ago

guins commented 4 years ago

I guess a toggle button will never be a submit button, so I added type="button" on the button element in order to fix the issue.

AustinGil commented 4 years ago

Yeah, this looks good. Thanks.