Lint
This commit is contained in:
parent
edb1eeb0d8
commit
131690262e
|
@ -85,8 +85,8 @@ export default {
|
||||||
return Array.isArray(this.options)
|
return Array.isArray(this.options)
|
||||||
? this.options
|
? this.options
|
||||||
: map(this.options, (value, key) => {
|
: map(this.options, (value, key) => {
|
||||||
return { name: value, id: key };
|
return {name: value, id: key};
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|
Loading…
Reference in New Issue