mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Fixed #5074 - DropDown: CSP nonce not present on virtual scroller style
This commit is contained in:
parent
0f2df81199
commit
6de49f6308
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ export default {
|
|||
};
|
||||
},
|
||||
beforeMount() {
|
||||
VirtualScrollerStyle.loadStyle();
|
||||
VirtualScrollerStyle.loadStyle({ nonce: this.$config?.csp?.nonce });
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue