Merge pull request #4058 from marcuslyons/patch-4

chore(docs): Fix typo in vue.md
This commit is contained in:
Jan Thurau 2023-05-18 22:01:13 +02:00 committed by GitHub
commit 32abfe603d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ this.updateAttributes({
}) })
``` ```
And yes, all of that is reactive, too. A pretty seemless communication, isnt it? And yes, all of that is reactive, too. A pretty seamless communication, isnt it?
## Adding a content editable ## Adding a content editable
There is another component called `NodeViewContent` which helps you adding editable content to your node view. Here is an example: There is another component called `NodeViewContent` which helps you adding editable content to your node view. Here is an example: