mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
8 lines
175 B
Markdown
8 lines
175 B
Markdown
# Basic
|
|
```html
|
|
<n-empty description="You can't find anything">
|
|
<template v-slot:extra>
|
|
<n-button size="small">Find Something New</n-button>
|
|
</template>
|
|
</n-empty>
|
|
``` |