【新增】DictSelect组件

Signed-off-by: CyberShen123 <8096927+CyberShen123@user.noreply.gitee.com>
This commit is contained in:
CyberShen123 2025-10-17 02:38:46 +00:00 committed by Gitee
parent 58c8c9ac1d
commit 8994ad4123
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -7,7 +7,7 @@
### 使用示例
```vue
<xn-dict-select v-model:value="formData.category" dict-type="ORG_CATEGORY" option-type="dropdown" allow-clear />
<dict-select v-model:value="formData.category" dict-type="ORG_CATEGORY" />
```