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:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user