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