Select vue component update..

This commit is contained in:
Cüneyt Şentürk
2020-02-18 17:17:28 +03:00
parent 996038b2f6
commit 55c96a0347
2 changed files with 7 additions and 0 deletions

View File

@ -610,6 +610,7 @@ export default {
// update options
this.selectOptions = options;
},
value: function (value) {
if (this.multiple) {
this.real_model = value;
@ -617,6 +618,7 @@ export default {
this.real_model = value.toString();
}
},
model: function (value) {
if (this.multiple) {
this.real_model = value;