fix(lazy-image): delete duplicate assignments (#11679)

This commit is contained in:
眼圈发黑
2023-03-18 08:20:05 +08:00
committed by GitHub
parent 4aa33c17a6
commit 2322f1d765

View File

@@ -51,7 +51,6 @@ export default (lazyManager) => ({
}, },
created() { created() {
this.init(); this.init();
this.renderSrc = this.options.loading;
}, },
mounted() { mounted() {
this.el = this.$el; this.el = this.$el;