Fixed #5074 - DropDown: CSP nonce not present on virtual scroller style
parent
0f2df81199
commit
6de49f6308
|
@ -94,7 +94,7 @@ export default {
|
|||
};
|
||||
},
|
||||
beforeMount() {
|
||||
VirtualScrollerStyle.loadStyle();
|
||||
VirtualScrollerStyle.loadStyle({ nonce: this.$config?.csp?.nonce });
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue