Skip to content

Commit 9ace749

Browse files
committed
docs: 📝 update index.md (props)
1 parent b71086a commit 9ace749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/api/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
- **Default:** `{}`
66
- **Return:** `Delta`
77

8-
Two-way binding editor content, can be plain `string` or `Delta` object, see [Quill Delta docs](https://quilljs.com/docs/delta/) for more details.
8+
Two-way binding editor content, can be `Delta` object, plain `text`, or `html` string, see [Quill Delta docs](https://quilljs.com/docs/delta/) for more details.
99

1010
::: warning
11-
If you use `string` as a value, it will be converted into `Delta` object immediately.
11+
Your content and content type must match, if you want to use `html` as your content you must set your contentType to `html`, as well as `text`.
1212
:::
1313

1414
## content

0 commit comments

Comments
 (0)