chore: use script setup lang=ts everywhere (#2944)
This commit is contained in:
parent
4caa63e84f
commit
e477cd8ee2
3 changed files with 9 additions and 15 deletions
|
@ -1,8 +1,7 @@
|
|||
<script>
|
||||
export default {
|
||||
name: 'ClipboardIcon',
|
||||
props: { copy: Boolean },
|
||||
}
|
||||
<script setup lang="ts">
|
||||
const { copy } = defineProps<{
|
||||
copy?: boolean
|
||||
}>()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue