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

Commit 83fe790

Browse files
authored
Update SelectPicker.vue
1 parent 4991997 commit 83fe790

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('change-select', 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)