栅格列表
栅格列表是v-container
组件的一个插件,可以在项目之间添加沟槽控件。
用例
Grid lists augment the v-container
component to allow for greater flexibility with gutters. It comes in 5 variants, from xs to xl and can be dynamically changed.
API
名称
align-baseline
默认值
false
类型
Boolean
Framework.GridLists.
名称
align-center
默认值
false
类型
Boolean
Framework.GridLists.
名称
align-content-center
默认值
false
类型
Boolean
Framework.GridLists.
名称
align-content-end
默认值
false
类型
Boolean
Framework.GridLists.
名称
align-content-space-around
默认值
false
类型
Boolean
Framework.GridLists.
名称
align-content-space-between
默认值
false
类型
Boolean
Framework.GridLists.
名称
align-content-start
默认值
false
类型
Boolean
Framework.GridLists.
名称
align-end
默认值
false
类型
Boolean
Framework.GridLists.
名称
align-start
默认值
false
类型
Boolean
Framework.GridLists.
名称
d-{type}
默认值
false
类型
Boolean
Framework.GridLists.
名称
fill-height
默认值
false
类型
Boolean
Framework.GridLists.
名称
fluid
默认值
false
类型
Boolean
Framework.GridLists.
名称
grid-list-{xs through xl}
默认值
false
类型
Boolean
Framework.GridLists.
名称
id
默认值
undefined
类型
string
设置组件上的DOM id
名称
justify-center
默认值
false
类型
Boolean
Framework.GridLists.
名称
justify-end
默认值
false
类型
Boolean
Framework.GridLists.
名称
justify-space-around
默认值
false
类型
Boolean
Framework.GridLists.
名称
justify-space-between
默认值
false
类型
Boolean
Framework.GridLists.
名称
justify-start
默认值
false
类型
Boolean
Framework.GridLists.
名称
tag
默认值
div
类型
String
指定要在组件上使用的自定义标签