Skip to content

Commit e462da2

Browse files
committed
Added right skippable step
1 parent e63c650 commit e462da2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

components/Step.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,8 @@ const { current_step_index, steps } = toRefs(stepper_tree)
3838
3939
function skippable () {
4040
if (stepper_tree.steps[step_index].component.skippable !== undefined) {
41-
console.log("not undefined")
4241
return(stepper_tree.steps[step_index].component.skippable)
4342
} else {
44-
console.log("undefined")
4543
return(false)
4644
}
4745
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"description": "OpenSource Vue/Vuetify framework for web applications",
1717
"type": "module",
18-
"version": "0.0.17",
18+
"version": "0.0.18",
1919
"main": "./nuxt.config.js",
2020
"dependencies": {
2121
"@mdi/font": "^7.2.96",

0 commit comments

Comments
 (0)