Skip to content

AutoGrid ( 自适应栅格 )

  • 为组件的子元素统一设定一个最小宽度
  • 当一行的剩余宽度不够容纳一个子元素时, 会将剩余宽度平均到每个子元素上

注意

该组件仅支持 Vue 3, 因组件会进行 VNode 级别的操作, 若要在 Vue 2 中使用, 可使用 ListAutoGrid 组件

演示

功能演示

传入各种类型的子元素

Released under the MIT License.