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>()
|
||||
|
|
|
@ -36,7 +36,7 @@ const vnode = $computed(() => {
|
|||
class="content-rich line-compact" dir="auto"
|
||||
:lang="('language' in status && status.language) || undefined"
|
||||
>
|
||||
<component :is="vnode" />
|
||||
<component :is="vnode" v-if="vnode" />
|
||||
</span>
|
||||
<div v-else />
|
||||
<template v-if="translation.visible">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue