From 051a3237ec1da6bbe55fc14631eda997e877f85b Mon Sep 17 00:00:00 2001 From: Micle Bu Date: Sat, 16 Jan 2021 19:49:05 +0800 Subject: [PATCH] feat(toolbar): tableToolbar as property --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4584330..1478fb5 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ export default { | `editable` | `Boolean` | `true` | When set to `false` the editor is read-only. | | `extensions` | `Array` | `[]` | A list of extensions used, by the editor. This can be `String`, `Nodes`, `Marks` or `Plugins`. | | `toolbar` | `Array` | `[]` | A list of toolbar button used, by the editor. This can be `String`, Vue components | +| `tableToolbar` | `Array` | `[]` | A list of toolbar button used, by the table. This can be `String`, Vue components | ## Extensions