Prevent rendering html in tooltips

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

View File

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