JinZHouXiYiJi_DaPin2/docs/Content/Empty.vue

16 lines
330 B
Vue
Raw Permalink Normal View History

2023-12-05 13:23:01 +08:00
<template>
<n-result
status="404"
title="文档正在编写中..."
description="star一下来为DataView加速吧"
2023-12-05 13:23:01 +08:00
style="height: 100%"
>
<template #icon>
<img src="/errors/404.png" />
</template>
</n-result>
</template>
<script lang="ts" setup>
import { NResult } from 'naive-ui'
</script>