From 013dee79f9f5600746f72331639808329fb472f0 Mon Sep 17 00:00:00 2001 From: Jordan Maslyn Date: Tue, 7 Nov 2017 13:18:46 -0500 Subject: [PATCH] Add explicit button type to button component Without an explicit type, the button defaults to a submit button if found within a form which can be problematic. Adding type="button" avoids that issue. --- src/components/WizardButton.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/WizardButton.vue b/src/components/WizardButton.vue index ab6d472..320c61b 100644 --- a/src/components/WizardButton.vue +++ b/src/components/WizardButton.vue @@ -1,5 +1,5 @@