mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
docs(DropdownMenu): fix example source code error (#9682)
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user