mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-06 12:17:13 +08:00
8 lines
211 B
Markdown
8 lines
211 B
Markdown
|
# 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>
|
||
|
```
|