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
|
@ -111,13 +111,13 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import BaseCarousel from './BaseCarousel.vue';
|
||||
import ChevronDownIcon from 'primevue/icons/chevrondown';
|
||||
import ChevronLeftIcon from 'primevue/icons/chevronleft';
|
||||
import ChevronRightIcon from 'primevue/icons/chevronright';
|
||||
import ChevronUpIcon from 'primevue/icons/chevronup';
|
||||
import Ripple from 'primevue/ripple';
|
||||
import { DomHandler, UniqueComponentId } from 'primevue/utils';
|
||||
import BaseCarousel from './BaseCarousel.vue';
|
||||
|
||||
export default {
|
||||
name: 'Carousel',
|
||||
|
@ -553,7 +553,7 @@ export default {
|
|||
}
|
||||
`;
|
||||
|
||||
if (this.responsiveOptions) {
|
||||
if (this.responsiveOptions && !this.isUnstyled) {
|
||||
let _responsiveOptions = [...this.responsiveOptions];
|
||||
|
||||
_responsiveOptions.sort((data1, data2) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue