Merge branch 'master' of https://github.com/primefaces/primevue
commit
0521d3ea08
|
@ -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