diff options
author | Julius Härtl <jus@bitgrid.net> | 2019-07-29 15:51:08 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-07-29 20:38:22 +0200 |
commit | 3d6e49aa6c64f170209ad0898ec68a58d5938a63 (patch) | |
tree | 123c38071e5bd4d00dd3fde8db50b9d19095f9e1 /apps/updatenotification | |
parent | ef86346886680337561fbfdaeb2408b14dc3e8e5 (diff) | |
download | nextcloud-server-3d6e49aa6c64f170209ad0898ec68a58d5938a63.tar.gz nextcloud-server-3d6e49aa6c64f170209ad0898ec68a58d5938a63.zip |
Force defaultHtml setting of v-tooltip to be disabled
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/updatenotification')
-rw-r--r-- | apps/updatenotification/src/components/root.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/updatenotification/src/components/root.vue b/apps/updatenotification/src/components/root.vue index 54fc54cd2c1..0f6a427bb33 100644 --- a/apps/updatenotification/src/components/root.vue +++ b/apps/updatenotification/src/components/root.vue @@ -96,6 +96,8 @@ import { VTooltip } from 'v-tooltip'; import ClickOutside from 'vue-click-outside'; + VTooltip.options.defaultHtml = false + export default { name: 'root', components: { |