Fixed #1103 - Animation "none" not working for Skeleton

pull/1143/head
Yiğit FINDIKLI 2021-03-22 13:27:44 +03:00
parent e7dab1199c
commit 5f9bc71d3d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export default {
containerClass() { containerClass() {
return ['p-skeleton p-component', { return ['p-skeleton p-component', {
'p-skeleton-circle': this.shape === 'circle', 'p-skeleton-circle': this.shape === 'circle',
'p-skeleton-animation-none': this.animation === 'none' 'p-skeleton-none': this.animation === 'none'
}]; }];
}, },
containerStyle() { containerStyle() {