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