mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
13 lines
196 B
Markdown
13 lines
196 B
Markdown
|
# Size
|
||
|
```html
|
||
|
<n-result
|
||
|
status="404"
|
||
|
title="Huge! Huge!"
|
||
|
description="Like this"
|
||
|
size="huge"
|
||
|
>
|
||
|
<template v-slot:footer>
|
||
|
<n-button>Just So So</n-button>
|
||
|
</template>
|
||
|
</n-result>
|
||
|
```
|