mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
8 lines
232 B
Markdown
8 lines
232 B
Markdown
|
# Info
|
||
|
```html
|
||
|
<n-result status="info" title="Information" description="In this era, info is about money and money is about info.">
|
||
|
<template v-slot:footer>
|
||
|
<n-button>I Want Information</n-button>
|
||
|
</template>
|
||
|
</n-result>
|
||
|
```
|