Skip to content

Commit 1526a78

Browse files
committed
replace old method with new method
1 parent 9dd2a67 commit 1526a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/render/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ export function Render(Base) {
484484
html = html.replace(m[0], '');
485485
}
486486

487-
this._renderTo('.cover-main', html);
487+
dom.setHTML('.cover-main', html);
488488
next();
489489
};
490490

0 commit comments

Comments
 (0)