diff --git a/examples/select2/index.html b/examples/select2/index.html
index de7b99f27..f625c8a5b 100644
--- a/examples/select2/index.html
+++ b/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