feat: add default placeholder
for ApiSelect
(#5078)
This commit is contained in:
@@ -74,6 +74,7 @@ async function initComponentAdapter() {
|
||||
return h(
|
||||
ApiSelect,
|
||||
{
|
||||
placeholder: $t('ui.placeholder.select'),
|
||||
...props,
|
||||
...attrs,
|
||||
component: ElSelectV2,
|
||||
@@ -87,6 +88,7 @@ async function initComponentAdapter() {
|
||||
return h(
|
||||
ApiSelect,
|
||||
{
|
||||
placeholder: $t('ui.placeholder.select'),
|
||||
...props,
|
||||
...attrs,
|
||||
component: ElTreeSelect,
|
||||
|
Reference in New Issue
Block a user