naive-ui/demo/documentation/components/empty/enUS/basic.md
2020-02-05 22:20:34 +08:00

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>
```