Skip to content

Commit e63c650

Browse files
committed
added logs
1 parent 71cd2ab commit e63c650

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

components/Step.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ 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")
4142
return(stepper_tree.steps[step_index].component.skippable)
4243
} else {
44+
console.log("undefined")
4345
return(false)
4446
}
4547
}

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.16",
18+
"version": "0.0.17",
1919
"main": "./nuxt.config.js",
2020
"dependencies": {
2121
"@mdi/font": "^7.2.96",

0 commit comments

Comments
 (0)