diff --git a/src/image/index.js b/src/image/index.js index e5aa5be05..b1daea8ee 100644 --- a/src/image/index.js +++ b/src/image/index.js @@ -113,7 +113,7 @@ export default createComponent({ }, genPlaceholder() { - if (this.loading && this.showLoading) { + if (this.loading && this.showLoading && inBrowser) { return (
{this.slots('loading') || (