Skip to content

Commit 14dd001

Browse files
authored
fix(component): Initialization with initial value
1 parent 4033468 commit 14dd001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default {
7878
directives: { facade: directive },
7979
data() {
8080
return {
81-
maskedValue: this.value,
81+
maskedValue: this.modelValue,
8282
unmaskedValue: null
8383
}
8484
},

0 commit comments

Comments
 (0)