mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4163 - For Galleria
This commit is contained in:
parent
3406f88b1a
commit
fd8ec80581
3 changed files with 3 additions and 0 deletions
|
@ -60,6 +60,7 @@ import GalleriaThumbnails from './GalleriaThumbnails.vue';
|
|||
|
||||
export default {
|
||||
name: 'GalleriaContent',
|
||||
hostName: 'Galleria',
|
||||
extends: BaseComponent,
|
||||
inheritAttrs: false,
|
||||
interval: null,
|
||||
|
|
|
@ -44,6 +44,7 @@ import Ripple from 'primevue/ripple';
|
|||
|
||||
export default {
|
||||
name: 'GalleriaItem',
|
||||
hostName: 'Galleria',
|
||||
extends: BaseComponent,
|
||||
emits: ['start-slideshow', 'stop-slideshow', 'update:activeIndex'],
|
||||
props: {
|
||||
|
|
|
@ -70,6 +70,7 @@ import { DomHandler } from 'primevue/utils';
|
|||
|
||||
export default {
|
||||
name: 'GalleriaThumbnails',
|
||||
hostName: 'Galleria',
|
||||
extends: BaseComponent,
|
||||
emits: ['stop-slideshow', 'update:activeIndex'],
|
||||
props: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue