mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00:00
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