This commit is contained in:
jxxghp
2024-05-06 12:37:34 +08:00
parent 3079483e6b
commit d51694e1cb
2 changed files with 3 additions and 6 deletions

View File

@@ -11,10 +11,7 @@ interface Props {
</script>
<template>
<VEmptyState
:image="image"
size="250"
>
<VEmptyState :image="image" size="250">
<template #title>
<div class="mt-8 text-2xl">
{{ props.errorTitle }}
@@ -22,7 +19,7 @@ interface Props {
</template>
<template #text>
<div class="text-subtitle">
<div class="text-subtitle mt-3">
{{ props.errorDescription }}
</div>
</template>