docs(api): [popeditor] update type for popselector (#3179)

This commit is contained in:
betavs 2025-03-26 11:38:10 +08:00 committed by GitHub
parent 097ae16149
commit efcc4e3fdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ export default {
},
{
name: 'popseletor',
type: 'string',
type: `'grid' | 'tree'`,
defaultValue: `'grid'`,
desc: {
'zh-CN': '设置弹出面板中可显示的树或者表格组件',