Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit b6cd530

Browse files
authored
Merge pull request #4 from mdeprezzo/master
update change event name
2 parents eb7ab2a + 83fe790 commit b6cd530

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/SelectPicker.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,10 @@ export default {
133133
}, [])
134134
135135
this.chooseText = chooseText.toString()
136-
this.$emit('changeSelect', this.chooseData, this.chooseText)
136+
this.$emit('change-select', {
137+
choseData: this.chooseData,
138+
choseText: this.chooseText
139+
})
137140
}
138141
},
139142
mounted () {

0 commit comments

Comments
 (0)