mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-09 03:51:25 +08:00
feat: add default placeholder for ApiSelect (#5078)
This commit is contained in:
@@ -85,6 +85,7 @@ async function initComponentAdapter() {
|
||||
return h(
|
||||
ApiSelect,
|
||||
{
|
||||
placeholder: $t('ui.placeholder.select'),
|
||||
...props,
|
||||
...attrs,
|
||||
component: Select,
|
||||
@@ -99,6 +100,7 @@ async function initComponentAdapter() {
|
||||
return h(
|
||||
ApiSelect,
|
||||
{
|
||||
placeholder: $t('ui.placeholder.select'),
|
||||
...props,
|
||||
...attrs,
|
||||
component: TreeSelect,
|
||||
|
||||
Reference in New Issue
Block a user