no message

Former-commit-id: 1b09b60c46d813fa3b23e79ed11eae343cc38d90
Former-commit-id: 998cb4515c7d3abad9d76db946421134118e4c57
Former-commit-id: a9655a6226ce4404b099dc88a8a27d4eb67cdb88
This commit is contained in:
liyang
2018-06-04 14:47:50 +08:00
parent 73f6741477
commit 2f9afc1f01

View File

@@ -6,7 +6,7 @@
| 参数名 | 介绍 | 必选 | 值类型 | 可选值 | 默认值 |
| --- | --- | --- | --- | --- | --- |
| type | 容器类型 | 非 | String | card ghost card-full | card |
| type | 容器类型 | 非 | String | card ghost full | card |
| responsive | 响应式宽度 | 非 | Boolean | | false |
::: tip
@@ -66,7 +66,7 @@ export default {
``` vue
<template>
<Container type="card-full">
<Container type="full">
<template slot="header">
可选的 header 内容 ...
</template>