Selaa lähdekoodia

fix select2 example

Evan You 10 vuotta sitten
vanhempi
commit
bd6b225175
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      examples/select2/index.html

+ 1 - 1
examples/select2/index.html

@@ -27,7 +27,7 @@
       twoWay: true,
       bind: function () {
         var optionsData
-        var optionsExpression = this._checkParam('options')
+        var optionsExpression = this.param('options')
         if (optionsExpression) {
           optionsData = this.vm.$eval(optionsExpression)
         }