mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
9 lines
165 B
Markdown
9 lines
165 B
Markdown
|
# Basic
|
||
|
```html
|
||
|
<n-empty>
|
||
|
You can not find anything
|
||
|
<template v-slot:extra>
|
||
|
<n-button size="small">Find Something New</n-button>
|
||
|
</template>
|
||
|
</n-empty>
|
||
|
```
|