mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
8 lines
229 B
Markdown
8 lines
229 B
Markdown
|
# 信息
|
||
|
```html
|
||
|
<n-result status="info" title="信息" description="在这个年代,信息就是金钱,金钱就是信息。">
|
||
|
<template v-slot:footer>
|
||
|
<n-button>我需要信息</n-button>
|
||
|
</template>
|
||
|
</n-result>
|
||
|
```
|