Fixed #1103 - Animation "none" not working for Skeleton
parent
e7dab1199c
commit
5f9bc71d3d
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue