Fixed #6595
parent
db7247f33e
commit
6ea926deee
|
@ -182,7 +182,7 @@ export default {
|
|||
this.styleElement = document.createElement('style');
|
||||
this.styleElement.type = 'text/css';
|
||||
setAttribute(this.styleElement, 'nonce', this.$primevue?.config?.csp?.nonce);
|
||||
document.head.appendChild(this.styleElement);
|
||||
document.body.appendChild(this.styleElement);
|
||||
|
||||
let innerHTML = '';
|
||||
|
||||
|
|
Loading…
Reference in New Issue