chore: upgrade to nuxt v3.5 and vue v3.3 (#2132)
This commit is contained in:
parent
ad0725e9ae
commit
897968027c
9 changed files with 2325 additions and 2062 deletions
|
@ -18,7 +18,7 @@ defineOptions({
|
|||
})
|
||||
|
||||
defineSlots<{
|
||||
text: {}
|
||||
text: (props: {}) => void
|
||||
}>()
|
||||
|
||||
const el = ref<HTMLDivElement>()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue