File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ export default {
43
43
maxLength: 0
44
44
}));
45
45
46
- if (this .cleave .properties && this .cleave .properties .hasOwnProperty (' result' )) {
47
- this .$watch (' cleave.properties.result' , () => {
46
+ if (this .cleave .properties && this .cleave .properties .hasOwnProperty (" result" )) {
47
+ this .$watch (" cleave.properties.result" , () => {
48
48
this .value = this .cleave .properties .result ;
49
49
});
50
50
} else {
51
- this .$el .addEventListener (' input' , this .inputChange )
51
+ this .$el .addEventListener (" input" , this .inputChange );
52
52
}
53
53
54
54
} else {
@@ -67,7 +67,7 @@ export default {
67
67
beforeDestroy () {
68
68
if (this .cleave ) {
69
69
this .cleave .destroy ();
70
- this .$el .removeEventListener (' input' , this .inputChange );
70
+ this .$el .removeEventListener (" input" , this .inputChange );
71
71
}
72
72
73
73
}
You can’t perform that action at this time.
0 commit comments