VCol API
组件页面
属性
| 名称 | 类型 | 默认值 |
|---|---|---|
| align-self | ||
| Applies the align-items css property. Available options are: start, center, end, auto, baseline and stretch. | ||
| cols | ||
| Sets the default number of columns the component extends. Available options are: 1 -> 12 and auto. | ||
| lg | ||
| Changes the number of columns on large and greater breakpoints. | ||
| md | ||
| Changes the number of columns on medium and greater breakpoints. | ||
| offset | ||
| Sets the default offset for the column. | ||
| offset-lg | ||
| Changes the offset of the component on large and greater breakpoints. | ||
| offset-md | ||
| Changes the offset of the component on medium and greater breakpoints. | ||
| offset-sm | ||
| Changes the offset of the component on small and greater breakpoints. | ||
| offset-xl | ||
| Changes the offset of the component on extra large and greater breakpoints. | ||
| offset-xxl | ||
| Changes the offset of the component on extra extra large and greater breakpoints. | ||
| order | ||
| Sets the default order for the column. | ||
| order-lg | ||
| Changes the order of the component on large and greater breakpoints. | ||
| order-md | ||
| Changes the order of the component on medium and greater breakpoints. | ||
| order-sm | ||
| Changes the order of the component on small and greater breakpoints. | ||
| order-xl | ||
| Changes the order of the component on extra large and greater breakpoints. | ||
| order-xxl | ||
| Changes the order of the component on extra extra large and greater breakpoints. | ||
| sm | ||
| Changes the number of columns on small and greater breakpoints. | ||
| tag | ||
| Specify a custom tag used on the root element. | ||
| xl | ||
| Changes the number of columns on extra large and greater breakpoints. | ||
| xxl | ||
| Changes the number of columns on extra extra large and greater breakpoints. | ||
插槽
| default |
| The default Vue slot. |