mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Refactor #3965 - Refactor on responsive components
This commit is contained in:
parent
6693602ca3
commit
dfcbf5152a
9 changed files with 13 additions and 13 deletions
|
@ -141,7 +141,7 @@ export default {
|
|||
this.changePage(this.page);
|
||||
},
|
||||
createStyle() {
|
||||
if (this.hasBreakpoints()) {
|
||||
if (this.hasBreakpoints() && !this.isUnstyled) {
|
||||
this.styleElement = document.createElement('style');
|
||||
this.styleElement.type = 'text/css';
|
||||
document.head.appendChild(this.styleElement);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue