undefined typeof
This commit is contained in:
parent
d62716e301
commit
0eb63de209
13 changed files with 25 additions and 25 deletions
|
|
@ -68,7 +68,7 @@ export default {
|
|||
emits: ['update:modelValue'],
|
||||
computed: {
|
||||
present() {
|
||||
return typeof this.modelValue !== 'undefined'
|
||||
return this.modelValue !== undefined
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue