2
0
mirror of https://github.com/tusen-ai/naive-ui.git synced 2025-01-18 12:34:25 +08:00
naive-ui/demo/documentation/components/result/enUS/s404.md

8 lines
212 B
Markdown
Raw Normal View History

2019-11-21 23:50:53 +08:00
# 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>
```