[Doc] Popup: fix typo (#3618)

This commit is contained in:
Fred_zhao 2019-06-24 19:32:14 +08:00 committed by neverland
parent 01b9944b5d
commit 934923c949
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ Vue.use(Popup);
### Basic Usage ### Basic Usage
```html ```html
<van-botton type="primary" @click="showPopup"> <van-button type="primary" @click="showPopup">
Show Popup Show Popup
</van-button> </van-button>

View File

@ -19,7 +19,7 @@ Vue.use(Popup);
通过`v-model`控制弹出层是否展示 通过`v-model`控制弹出层是否展示
```html ```html
<van-botton type="primary" @click="showPopup"> <van-button type="primary" @click="showPopup">
展示弹出层 展示弹出层
</van-button> </van-button>