naive-ui/demo/documentation/components/result/enUS/s-404.demo.md
2020-09-03 23:40:38 +08:00

8 lines
212 B
Markdown

# 404
```html
<n-result status="404" title="404 Not Found" description="You know life is always ridiculous.">
<template v-slot:footer>
<n-button>Find Something Funny</n-button>
</template>
</n-result>
```