UNPKG
vue-form-wizard
Version:
latest (0.8.4)
0.8.4
0.8.2
0.8.1
0.8.0
0.7.1
0.7.0
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.5.0
0.4.2
0.4.0
0.3.0
0.2.2
0.2.1
0.1.12
0.1.11
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.0
A vue based tab/form wizard
github.com/cristijora/vue-form-wizard
cristijora/vue-form-wizard
vue-form-wizard
/
src
/
components
/
WizardButton.vue
11 lines
(10 loc)
•
167 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
template
>
<
button
class
=
"wizard-btn"
tabindex
=
"-1"
type
=
"button"
>
<
slot
>
</
slot
>
</
button
>
</
template
>
<
script
>
export
default
{}
</
script
>
<
style
>
</
style
>