pull/2049/head
tangjinzhou 2020-04-09 22:40:59 +08:00
commit d10ae9c533
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ const Skeleton = {
</div> </div>
); );
} }
return this.$slots.default && this.$slots.default[0]; return <span>{this.$slots.default}</span>;
}, },
}; };
/* istanbul ignore next */ /* istanbul ignore next */