Skip to content

Commit 6842f1b

Browse files
authored
Add missing opening brace
1 parent 6bd9c78 commit 6842f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Vue.use(VueFormGenerator);
6666
export default {
6767
data: {
6868
69-
model:
69+
model: {
7070
id: 1,
7171
name: "John Doe",
7272
password: "J0hnD03!x4",

0 commit comments

Comments
 (0)