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