mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-24 07:29:16 +08:00
[Doc] Popup: fix typo (#3618)
This commit is contained in:
parent
01b9944b5d
commit
934923c949
@ -13,7 +13,7 @@ Vue.use(Popup);
|
||||
### Basic Usage
|
||||
|
||||
```html
|
||||
<van-botton type="primary" @click="showPopup">
|
||||
<van-button type="primary" @click="showPopup">
|
||||
Show Popup
|
||||
</van-button>
|
||||
|
||||
|
@ -19,7 +19,7 @@ Vue.use(Popup);
|
||||
通过`v-model`控制弹出层是否展示
|
||||
|
||||
```html
|
||||
<van-botton type="primary" @click="showPopup">
|
||||
<van-button type="primary" @click="showPopup">
|
||||
展示弹出层
|
||||
</van-button>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user