This commit is contained in:
Philipp Kühn
2019-02-01 18:48:44 +01:00
parent bf05978dc4
commit 3885842c4b

View File

@@ -63,8 +63,6 @@ export default {
## Editor Properties
useBuiltInExtensions
| **Property** | **Type** | **Default** | **Description** |
| --- | :---: | :---: | --- |
| `content` | `Object\|String` | `null` | The editor state object used by Prosemirror. You can also pass HTML to the `content` slot. When used both, the `content` slot will be ignored. |