Former-commit-id: aa19087e500aea381a2f7eb90721f2d9871272f1 Former-commit-id: e89fcc86afc432f9a84b203bd139615d5dea674f Former-commit-id: db8808227a4aa2607af284c82fad0ccf60b93fa6
491 B
491 B
参数
| 参数名 | 介绍 | 必选 | 值类型 | 可选值 | 默认值 |
|---|---|---|---|---|---|
| type | 容器类型 | 非 | String | card ghost full-card | card |
| responsive | 响应式宽度 | 非 | Boolean | false |
responsive参数设置只在type等于card或ghost时生效
使用方法
基本
<template>
<Container>
<template slot="header">
header 内容
</template>
主体内容
</Container>
</template>