JinZHouXiYiJi_DaPin2/docs/Content/Empty.vue

16 lines
330 B
Vue
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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