mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(DropdownMenu): fix example source code error (#9682)
This commit is contained in:
parent
2ec219ea85
commit
843fd4f2a3
@ -60,7 +60,7 @@ export default {
|
||||
|
||||
```html
|
||||
<van-dropdown-menu>
|
||||
<van-dropdown-item v-model="value" :options="option" />
|
||||
<van-dropdown-item v-model="value" :options="options" />
|
||||
<van-dropdown-item title="Title" ref="item">
|
||||
<van-cell center title="Title">
|
||||
<template #right-icon>
|
||||
|
@ -62,7 +62,7 @@ export default {
|
||||
|
||||
```html
|
||||
<van-dropdown-menu>
|
||||
<van-dropdown-item v-model="value" :options="option" />
|
||||
<van-dropdown-item v-model="value" :options="options" />
|
||||
<van-dropdown-item title="筛选" ref="item">
|
||||
<van-cell center title="包邮">
|
||||
<template #right-icon>
|
||||
|
Loading…
x
Reference in New Issue
Block a user