VCardItem API
组件页面
属性
名称 | 类型 | 默认值 |
---|---|---|
append-avatar | ||
Appends a v-avatar component after default content in the append slot. | ||
append-icon | ||
Creates a v-icon component after default content in the append slot. | ||
density | ||
Adjusts the vertical height used by the component. | ||
prepend-avatar | ||
Prepends a v-avatar component in the prepend slot before default content. | ||
prepend-icon | ||
Creates a v-icon component in the prepend slot before default content. | ||
subtitle | ||
Specify a subtitle text for the component. | ||
title | ||
Specify a title text for the component. |
插槽
append |
Adds an item inside the input and after input content. |
default |
The default Vue slot. |
prepend |
Adds an item outside the input and before input content. |
subtitle |
Slot for the component’s subtitle content. |
title |
Slot for the component’s title content. |