Skip to content
On this page

Empty 无内容

基本使用

template
<c-empty />

<c-empty :c-style="[{ minHeight: '100vw' }]" />

<c-empty c="search" :button-props="{ text: '返回首页' }" />

<c-empty :image="src" />

API

Empty Props

名称类型默认值版本说明
cstringdefault配置名。使用说明
propsEmptyPropsundefined全部 props 。 使用说明
c-classHTMLAttributes['class']undefined自定义类名
c-styleHTMLAttributes['style']undefined自定义样式
iconstringundefined图标名; icon 、 image 二选一, image 优先
icon-propsIconPropsundefinedIconProps
imagestringundefined图片路径; icon 、 image 二选一, image 优先
image-propsImagePropsundefinedImageProps
textstringundefined文字
text-propsTextPropsundefinedTextProps
button-propsButtonPropsundefinedButtomProps

Empty Slots

名称参数说明
default()后续内容

Empty Events

名称参数说明
click:button(payload: any) => void按钮点击事件