naive-ui/demo/documentation/components/result/zhCN/info.demo.md
2020-12-16 02:24:35 +08:00

14 lines
232 B
Markdown

# 信息
```html
<n-result
status="info"
title="信息"
description="在这个年代,信息就是金钱,金钱就是信息。"
>
<template #footer>
<n-button>我需要信息</n-button>
</template>
</n-result>
```