Javascript console error fixed
This commit is contained in:
@ -430,9 +430,7 @@ export default {
|
||||
this.selected = this.value;
|
||||
|
||||
if (this.model.length) {
|
||||
if (eval(this.model) !== undefined) {
|
||||
this.selected = eval(this.model);
|
||||
} else {
|
||||
if (this.model !== undefined) {
|
||||
this.selected = this.model;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user