Prevent rendering html in tooltips
This commit is contained in:
parent
903cdcc93a
commit
5c9e8b8b0c
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue