JinZHouXiYiJi_DaPin2/docs/Content/Empty.vue

16 lines
331 B
Vue
Raw Normal View History

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