From acb13b268528c8a4e80b5ecb4162ff37f6987f0b Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Mon, 26 Jun 2017 00:56:41 -0300 Subject: [PATCH] [button] Add support for button type attribute (#549) * [button] Add support for button type attribute Adds new prop `type` which defaults to "button". Only applied if neither `href` nor `to` prop are provided. --- lib/components/button.vue | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/lib/components/button.vue b/lib/components/button.vue index a81cae5390f..0d3569d5795 100755 --- a/lib/components/button.vue +++ b/lib/components/button.vue @@ -2,6 +2,7 @@