Skip to content

Commit

Permalink
docs: fix missing equal sign
Browse files Browse the repository at this point in the history
  • Loading branch information
w2xi authored and cexbrayat committed Apr 5, 2024
1 parent d686ec4 commit 1c3f00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/advanced/v-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Editor = {
This component will just behave as an input component:

```js
const App {
const App = {
components: {
Editor
},
Expand Down

0 comments on commit 1c3f00a

Please sign in to comment.