fix(lazy-image): delete duplicate assignments (#11679)
This commit is contained in:
@@ -51,7 +51,6 @@ export default (lazyManager) => ({
|
||||
},
|
||||
created() {
|
||||
this.init();
|
||||
this.renderSrc = this.options.loading;
|
||||
},
|
||||
mounted() {
|
||||
this.el = this.$el;
|
||||
|
||||
Reference in New Issue
Block a user