Skip to content

Commit 4788139

Browse files
authored
Update script.js
1 parent 169a821 commit 4788139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export default {
141141
},
142142

143143
select() {
144-
this.$emit('image-changed', this.select)
144+
this.$emit('onImageChanged', this.select)
145145

146146
if (this.select >= this.images.length - this.lengthToLoadMore - 1)
147147
this.$emit('onLoad')

0 commit comments

Comments
 (0)