mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +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
|
@ -408,7 +408,7 @@ export default {
|
|||
mounted() {
|
||||
this.$el.setAttribute(this.attributeSelector, '');
|
||||
|
||||
if (this.responsiveLayout === 'stack' && !this.scrollable) {
|
||||
if (this.responsiveLayout === 'stack' && !this.scrollable && !this.unstyled) {
|
||||
this.createResponsiveStyle();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue