Skip to content

Empty 空狀態

空狀態時的佔位提示。

基礎使用

empty

description

vue
<rdn-empty description="description" />

自訂圖片

透過設定圖像屬性來設定圖片URL。

empty

No Data

vue
<el-empty
    image="https://shadow.elemecdn.com/app/element/hamburger.9cf7b091-55e9-11e9-a976-7f4d0b07eef6.png"
/>

圖片尺寸

透過使用 image-size 屬性來控制圖片大小。

empty

No Data

vue
<el-empty :image-size="200" />

底部內容

使用預設插槽可在底部插入內容。

empty

No Data

vue
<rdn-empty>
    <rdn-button type="primary">Button</rdn-button>
</rdn-empty>

Empty API

Empty Attributes

Empty Slot

Released under the MIT License.