naive-ui/demo/documentation/components/result/enUS/s418.md

12 lines
258 B
Markdown
Raw Normal View History

2019-11-21 23:50:53 +08:00
# 418
```html
<n-result
status="418"
title="418 I'm a Teapot"
2020-01-30 17:58:07 +08:00
description="In Chinese, teapot is a kind of 'Beiju', which means 'tragedy'."
2019-11-21 23:50:53 +08:00
>
<template v-slot:footer>
2019-11-22 12:06:11 +08:00
<n-button>It Is Easy to Take the Truth</n-button>
2019-11-21 23:50:53 +08:00
</template>
</n-result>
```