2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-20 10:30:32 +03:00

Add custom bootstrap build with buttons, progress bar and nav

This commit is contained in:
cristijora
2017-04-17 15:15:00 +03:00
parent 1088e57362
commit 6b93aa433c
7 changed files with 115 additions and 4 deletions
+4
View File
@@ -127,6 +127,7 @@
return {
activeTabIndex: 0,
isLastStep: false,
currentPercentage: 0,
maxStep: 0,
tabs: []
}
@@ -271,6 +272,9 @@
}
}
</script>
<style>
@import "./../assets/tab-wizard/bootstrap.min.css";
</style>
<style lang="scss">
@import "./../assets/wizard";