fix: xss on tippy fixes #2103

Co-authored-by: Liyas Thomas <hi@liyasthomas.com>
This commit is contained in:
Andrew Bastin
2022-01-31 15:25:57 +05:30
parent 92f2b8eea0
commit 92d8cc7fee
4 changed files with 21 additions and 19 deletions

View File

@@ -251,6 +251,7 @@ export default defineComponent({
tippy(t, {
content: t.dataset["tippy-content"],
theme: "tooltip",
allowHTML: true,
popperOptions: {
modifiers: {
preventOverflow: {