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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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