lint
This commit is contained in:
parent
60d75c1ec7
commit
4c295601c2
2 changed files with 4 additions and 6 deletions
|
|
@ -116,7 +116,7 @@ export default {
|
|||
if (this.options.length < this.maxOptions) {
|
||||
this.$emit('update:modelValue', {
|
||||
...this.modelValue,
|
||||
options: [...this.options, '']
|
||||
options: [...this.options, ''],
|
||||
})
|
||||
|
||||
return true
|
||||
|
|
@ -130,7 +130,7 @@ export default {
|
|||
|
||||
this.$emit('update:modelValue', {
|
||||
...this.modelValue,
|
||||
options
|
||||
options,
|
||||
})
|
||||
}
|
||||
},
|
||||
|
|
@ -140,7 +140,7 @@ export default {
|
|||
|
||||
this.$emit('update:modelValue', {
|
||||
...this.modelValue,
|
||||
options
|
||||
options,
|
||||
})
|
||||
},
|
||||
convertExpiryToUnit(unit, amount) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue