naive-ui/demo/documentation/components/empty/enUS/basic.md
2020-01-30 21:14:06 +08:00

9 lines
163 B
Markdown

# Basic
```html
<n-empty>
You can't find anything
<template v-slot:extra>
<n-button size="small">Find Something New</n-button>
</template>
</n-empty>
```