Skip to content

Commit 1c3f00a

Browse files
w2xicexbrayat
authored andcommitted
docs: fix missing equal sign
1 parent d686ec4 commit 1c3f00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/advanced/v-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const Editor = {
2727
This component will just behave as an input component:
2828

2929
```js
30-
const App {
30+
const App = {
3131
components: {
3232
Editor
3333
},

0 commit comments

Comments
 (0)