Skip to content

VResponsive API

组件页面

属性

名称类型默认值
aspect-ratio
设置以 宽度/高度 计算的基本长宽比。这将只设置一个 最小 高度,如果它有很多内容的话,组件仍然可以升高。
content-class
Apply a custom class to the internal content element.
height
设定组件的高度。
inline
Display as an inline element instead of a block, also disables flex-grow.
max-height
设定组件的最大高度。
max-width
设定组件的最大宽度。
min-height
设定组件的最小高度。
min-width
设定组件的最小宽度。
width
设定组件的宽度。

插槽

additional
MISSING DESCRIPTION (edit in github )
default
默认Vue 插槽。