lint
This commit is contained in:
parent
b9f42a7ef4
commit
4c670d3aba
|
@ -50,7 +50,6 @@ const props = withDefaults(defineProps<Props>(), {
|
||||||
account: null
|
account: null
|
||||||
})
|
})
|
||||||
|
|
||||||
const modal = ref()
|
|
||||||
|
|
||||||
const show = useVModel(props, 'show', emit)
|
const show = useVModel(props, 'show', emit)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue