Skip to content

Commit

Permalink
fix: Make CI pass
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Jun 15, 2024
1 parent 8085eb9 commit 6ab85df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/main/partials/ColumnFormComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default {
},
},
watch: {
value_data(val) {
value_data() {
this.$emit('update:value', this.value_data)
},
value() {
Expand Down
6 changes: 6 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,11 @@
},
"vueCompilerOptions": {
"target": 2.7,
},
"ts-node": {
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Node"
}
}
}

0 comments on commit 6ab85df

Please sign in to comment.