feat: type defineEmits for Card
This commit is contained in:
parent
30769fb6ea
commit
043a6dd049
|
|
@ -64,7 +64,9 @@ withDefaults(defineProps<{
|
|||
loading: false,
|
||||
})
|
||||
|
||||
defineEmits(['close'])
|
||||
defineEmits<{
|
||||
'close': []
|
||||
}>()
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
|
|
|||
Loading…
Reference in New Issue