mirror of
https://gitee.com/xiaonuobase/snowy.git
synced 2026-03-22 02:37:16 +08:00
update snowy-admin-web/src/components/DictSelect/README.md.
Signed-off-by: CyberShen123 <8096927+CyberShen123@user.noreply.gitee.com>
This commit is contained in:
@@ -7,9 +7,10 @@
|
||||
### 使用示例
|
||||
|
||||
```vue
|
||||
<dict-select v-model:value="formData.category" dict-type="ORG_CATEGORY" />
|
||||
<dict-select v-model="formData.category" dict-type="ORG_CATEGORY" />
|
||||
```
|
||||
|
||||
> 注意:使用v-model,而不是v-model:value
|
||||
|
||||
|
||||
### API
|
||||
|
||||
Reference in New Issue
Block a user