mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-25 10:56:35 +08:00
docs(PullRefresh): fix spell check (#8731)
* docs(PullRefresh): fix spell check * style(cli): fix spell check about "toogle" -> "toggle" in DemoPlayground.vue
This commit is contained in:
parent
7f66b3ff4b
commit
a393114118
@ -19,7 +19,7 @@
|
|||||||
title="Toggle source code panel"
|
title="Toggle source code panel"
|
||||||
class="action-icon"
|
class="action-icon"
|
||||||
role="source"
|
role="source"
|
||||||
@click="toogleSource"
|
@click="toggleSource"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
@ -52,7 +52,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
unescape,
|
unescape,
|
||||||
toogleSource() {
|
toggleSource() {
|
||||||
this.showSource = !this.showSource;
|
this.showSource = !this.showSource;
|
||||||
},
|
},
|
||||||
copySourceCode() {
|
copySourceCode() {
|
||||||
|
@ -144,7 +144,7 @@ export default {
|
|||||||
|
|
||||||
## 常见问题
|
## 常见问题
|
||||||
|
|
||||||
### PullReresh 的内容未填满屏幕时,只有一部分区域可以下拉?
|
### PullRefresh 的内容未填满屏幕时,只有一部分区域可以下拉?
|
||||||
|
|
||||||
默认情况下,下拉区域的高度是和内容高度保持一致的,如果需要让下拉区域始终为全屏,可以给 PullRefresh 设置一个与屏幕大小相等的最小高度:
|
默认情况下,下拉区域的高度是和内容高度保持一致的,如果需要让下拉区域始终为全屏,可以给 PullRefresh 设置一个与屏幕大小相等的最小高度:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user