Merge branch 'master' of https://github.com/vueComponent/ant-design-vue
commit
d10ae9c533
|
@ -157,7 +157,7 @@ const Skeleton = {
|
|||
</div>
|
||||
);
|
||||
}
|
||||
return this.$slots.default && this.$slots.default[0];
|
||||
return <span>{this.$slots.default}</span>;
|
||||
},
|
||||
};
|
||||
/* istanbul ignore next */
|
||||
|
|
Loading…
Reference in New Issue