From e0429a9256c93d6f922798174334a6b78949a378 Mon Sep 17 00:00:00 2001 From: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Date: Sun, 1 Aug 2021 19:54:05 +0200 Subject: [PATCH] Add a hint about the tooltip directive Otherwise the error is shown in the console: ``` [Vue warn]: Failed to resolve directive: tooltip (found in ) ``` --- src/components/RichContenteditable/RichContenteditable.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/RichContenteditable/RichContenteditable.vue b/src/components/RichContenteditable/RichContenteditable.vue index 60af60a3e4..8a493bc474 100644 --- a/src/components/RichContenteditable/RichContenteditable.vue +++ b/src/components/RichContenteditable/RichContenteditable.vue @@ -24,6 +24,7 @@ ### General description This component displays contenteditable div with automated @ autocompletion [at]. +Note you need to register the [tooltip directive](https://nextcloud-vue-components.netlify.app/#/Directives) in your entry file. ### Examples