naive-ui/demo/documentation/components/result/zhCN/info.md
2020-01-30 17:58:07 +08:00

8 lines
229 B
Markdown

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