Skip to content

Commit bd6b225

Browse files
committed
fix select2 example
1 parent 4053b09 commit bd6b225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/select2/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
twoWay: true,
2828
bind: function () {
2929
var optionsData
30-
var optionsExpression = this._checkParam('options')
30+
var optionsExpression = this.param('options')
3131
if (optionsExpression) {
3232
optionsData = this.vm.$eval(optionsExpression)
3333
}

0 commit comments

Comments
 (0)