mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 03:44:48 +00:00
fix(lazy-image): delete duplicate assignments (#11679)
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user