no message

Former-commit-id: 5736b537b80522974d00a7086d4acfc8a0d83d6f [formerly 5736b537b80522974d00a7086d4acfc8a0d83d6f [formerly 5736b537b80522974d00a7086d4acfc8a0d83d6f [formerly 5736b537b80522974d00a7086d4acfc8a0d83d6f [formerly d5a50f370faea7529cfe5c8e81df9d9b383da219 [formerly d2511cd85dd9f4641cb06715fc7e697b6de496a2]]]]]
Former-commit-id: e5da464e7ed7892cd3b874f350cbfd95f80a66c4
Former-commit-id: c23f670851d81787f70c3da8e1efd36c218a5d2c
Former-commit-id: c92cd8fda84ab8a6cf89e6c1eafe828dac2c96e3 [formerly 277bb06065ff0371dd6e8ab11a13ed0d9a82a93a]
Former-commit-id: c48ead6d4c5214286cf545ca93f98eccc91da427
Former-commit-id: fdedbcfc8a0f4f1fdd62e6965e057a3b502842fc
Former-commit-id: fc8ebc6a3a504a4e88d7da2c509f2096daafdc56
Former-commit-id: 51e87cc6d508caabd90f8520a56235a7f881a85c
Former-commit-id: e1f06ac6b5d54f353ce329d02599e3bd8b973b90
This commit is contained in:
liyang 2018-07-03 12:36:22 +08:00
parent eb83fff18a
commit 4c567a126f
4 changed files with 4 additions and 4 deletions

View File

@ -81,7 +81,7 @@ export default {
`v1.1.4` 新增
你可以通过设置 `:scroll="true"` 来启用自定义滚动条,看起来更美观一些
你可以通过设置 `scroll` 来启用自定义滚动条,看起来更美观一些
### 隐形页面容器

View File

@ -1,5 +1,5 @@
<template>
<d2-container type="full" :scroll="true">
<d2-container type="full" scroll>
<template slot="header">
我是插入到 header 中的内容
</template>

View File

@ -6,7 +6,7 @@
```
<template>
<d2-container type="full" :scroll="true">
<d2-container type="full" scroll>
<template slot="header">
可选的 header 内容 ...
</template>

View File

@ -1,5 +1,5 @@
<template>
<d2-container type="full">
<d2-container type="full" scroll>
<template slot="header">
<el-radio-group v-model="showIndex" size="mini">
<el-radio-button