feat(Image): add default slot (#6613)

This commit is contained in:
neverland
2020-06-26 17:36:10 +08:00
committed by GitHub
parent 1b15c6066e
commit 01e9cde2b8
5 changed files with 31 additions and 8 deletions
+1
View File
@@ -173,6 +173,7 @@ export default createComponent({
>
{this.genImage()}
{this.genPlaceholder()}
{this.slots()}
</div>
);
},