Prevent rendering html in tooltips

(cherry picked from commit 5c9e8b8b0c)
This commit is contained in:
kolaente 2020-08-06 12:28:41 +02:00
parent cfe77268e1
commit eb1b021d72
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ Vue.component('icon', FontAwesomeIcon)
// Tooltip
import VTooltip from 'v-tooltip'
Vue.use(VTooltip)
Vue.use(VTooltip, {defaultHtml: false})
// PWA
import './registerServiceWorker'