pull/6620/head^2
tugcekucukoglu 2024-10-24 18:03:15 +03:00
parent db7247f33e
commit 6ea926deee
1 changed files with 1 additions and 1 deletions

View File

@ -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 = '';