fix select2 e2e test

This commit is contained in:
Evan You 2016-09-19 12:35:07 -04:00
parent ccd8d587d6
commit 1fe9ba61d7

View File

@ -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