buefy / nuxt-buefy

Nuxt Buefy
MIT License
223 stars 32 forks source link

How to set `button type=submit` if `type` is used for classes? #52

Closed hmaesta closed 4 years ago

hmaesta commented 4 years ago

type is being used for classes.

This...

<b-button type="is-primary">Button</b-button>

...becomes:

<button type="button" class="button is-primary">Button</button>

So how can I set a button to type="submit"?

jtommy commented 4 years ago

native-type prop