mirror of
https://github.com/vuejs/vue.git
synced 2024-11-21 20:28:54 +00:00
fix select2 e2e test
This commit is contained in:
parent
ccd8d587d6
commit
1fe9ba61d7
@ -55,7 +55,7 @@
|
||||
watch: {
|
||||
value: function (value) {
|
||||
// update value
|
||||
$(this.$el).select2('val', value)
|
||||
$(this.$el).val(value).trigger('change')
|
||||
},
|
||||
options: function (options) {
|
||||
// update options
|
||||
|
Loading…
Reference in New Issue
Block a user