We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4053b09 commit bd6b225Copy full SHA for bd6b225
examples/select2/index.html
@@ -27,7 +27,7 @@
27
twoWay: true,
28
bind: function () {
29
var optionsData
30
- var optionsExpression = this._checkParam('options')
+ var optionsExpression = this.param('options')
31
if (optionsExpression) {
32
optionsData = this.vm.$eval(optionsExpression)
33
}
0 commit comments