Skip to content

Commit

Permalink
Merge pull request #4058 from marcuslyons/patch-4
Browse files Browse the repository at this point in the history
chore(docs): Fix typo in vue.md
  • Loading branch information
janthurau committed May 18, 2023
2 parents d0c78ba + ac4a18c commit 32abfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/node-views/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ this.updateAttributes({
})
```

And yes, all of that is reactive, too. A pretty seemless communication, isn’t it?
And yes, all of that is reactive, too. A pretty seamless communication, isn’t it?

## Adding a content editable
There is another component called `NodeViewContent` which helps you adding editable content to your node view. Here is an example:
Expand Down

0 comments on commit 32abfe6

Please sign in to comment.