pull/1143/head
Tuğçe Küçükoğlu 2021-03-22 17:44:06 +03:00
commit 0521d3ea08
1 changed files with 1 additions and 1 deletions

View File

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