naive-ui/demo/documentation/components/result/enUS/s-403.demo.md

8 lines
211 B
Markdown
Raw Normal View History

2019-11-21 23:50:53 +08:00
# 403
```html
<n-result status="403" title="403 Forbidden" description="Some of the doors are always close to you.">
<template v-slot:footer>
<n-button>Take It Easy</n-button>
</template>
</n-result>
```