Browse Source

fix select2 e2e test

dev
Evan You 8 years ago
parent
commit
1fe9ba61d7
  1. 2
      examples/select2/index.html

2
examples/select2/index.html

@ -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…
Cancel
Save