fix: links not being clickable due to href attribute not being allowed
This commit is contained in:
parent
926a751e0c
commit
047fe5e833
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ onMounted(async () => {
|
|||
],
|
||||
ALLOW_DATA_ATTR: false,
|
||||
ALLOW_SELF_CLOSE_IN_ATTR: false,
|
||||
ALLOWED_ATTR: []
|
||||
ALLOWED_ATTR: ["href"]
|
||||
});
|
||||
console.log("adding listeners")
|
||||
await nextTick();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue