mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
487001d697
.demo.md for component demo .demo-entry.md for demo entry .md for common docs
8 lines
225 B
Markdown
8 lines
225 B
Markdown
# Warning
|
|
```html
|
|
<n-result status="warning" title="Warning" description="People seldom see it until it comes true.">
|
|
<template v-slot:footer>
|
|
<n-button>Hmm, Truly Sad, Isn't It?</n-button>
|
|
</template>
|
|
</n-result>
|
|
``` |