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:
a298003154 2021-05-21 09:37:45 +08:00 committed by GitHub
parent 7f66b3ff4b
commit a393114118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
title="Toggle source code panel"
class="action-icon"
role="source"
@click="toogleSource"
@click="toggleSource"
/>
</div>
<div
@ -52,7 +52,7 @@ export default {
},
methods: {
unescape,
toogleSource() {
toggleSource() {
this.showSource = !this.showSource;
},
copySourceCode() {

View File

@ -144,7 +144,7 @@ export default {
## 常见问题
### PullReresh 的内容未填满屏幕时,只有一部分区域可以下拉?
### PullRefresh 的内容未填满屏幕时,只有一部分区域可以下拉?
默认情况下,下拉区域的高度是和内容高度保持一致的,如果需要让下拉区域始终为全屏,可以给 PullRefresh 设置一个与屏幕大小相等的最小高度: