Skip to content

Commit b33530c

Browse files
committed
Format
1 parent 8922740 commit b33530c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vfjs-global-mixin/watch.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ const watch = {
66
},
77
model: {
88
deep: true,
9-
handler (value) {
9+
handler(value) {
1010
this.setVfjsModel(value);
11-
}
11+
},
1212
},
1313
schema(value) {
1414
this.setVfjsSchema(value);

0 commit comments

Comments
 (0)