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

Commit 4991997

Browse files
authored
update change event name
1 parent eb7ab2a commit 4991997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SelectPicker.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export default {
133133
}, [])
134134
135135
this.chooseText = chooseText.toString()
136-
this.$emit('changeSelect', this.chooseData, this.chooseText)
136+
this.$emit('change-select', this.chooseData, this.chooseText)
137137
}
138138
},
139139
mounted () {

0 commit comments

Comments
 (0)