2023-12-05 13:23:01 +08:00
|
|
|
|
<template>
|
|
|
|
|
|
<n-result
|
|
|
|
|
|
status="404"
|
|
|
|
|
|
title="文档正在编写中..."
|
2023-12-12 11:16:38 +08:00
|
|
|
|
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>
|