我正在尝试使用primeng p-Galleria控件的“ activeIndex”属性不起作用。
<p-galleria class="primeGallery" fxFlex="100%" [showFilmstrip]="false"
(onImageChange)="onImageChange($event)" [activeIndex]="activeImgIndex"
[images]="photoPath" panelWidth="auto" panelHeight="250"
[autoPlay]="false" [showCaption]="false"></p-galleria>
我具有“ activeImgIndex”值,但图像未呈现该值。 欢迎所有评论。