From 8bf309bc2a08f4adae6760549d635e7094f36a88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Wed, 24 Mar 2021 23:24:37 +0100 Subject: [PATCH] fix text --- docs/src/docPages/guide/node-views/vue.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/docPages/guide/node-views/vue.md b/docs/src/docPages/guide/node-views/vue.md index a3e6faa3..682de487 100644 --- a/docs/src/docPages/guide/node-views/vue.md +++ b/docs/src/docPages/guide/node-views/vue.md @@ -105,6 +105,7 @@ export default { NodeViewContent, }, } + ``` You don’t need to add those `class` attributes, feel free to remove them or pass other class names. Try it out in the following example: