Skip to content

Commit 26f63de

Browse files
authored
Merge pull request #97 from dominik-bln/patch-1
Add missing opening brace
2 parents 6bd9c78 + 6842f1b commit 26f63de

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)