Skip to content

Commit

Permalink
fix(component): Initialization with initial value
Browse files Browse the repository at this point in the history
  • Loading branch information
felixgabler committed Feb 23, 2023
1 parent 4033468 commit 14dd001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default {
directives: { facade: directive },
data() {
return {
maskedValue: this.value,
maskedValue: this.modelValue,
unmaskedValue: null
}
},
Expand Down

0 comments on commit 14dd001

Please sign in to comment.