mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(lazy-image): delete duplicate assignments (#11679)
This commit is contained in:
parent
4aa33c17a6
commit
2322f1d765
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user