forked from opentiny/tiny-vue
docs(api): [popeditor] update type for popselector (#3179)
This commit is contained in:
parent
097ae16149
commit
efcc4e3fdc
|
|
@ -164,7 +164,7 @@ export default {
|
|||
},
|
||||
{
|
||||
name: 'popseletor',
|
||||
type: 'string',
|
||||
type: `'grid' | 'tree'`,
|
||||
defaultValue: `'grid'`,
|
||||
desc: {
|
||||
'zh-CN': '设置弹出面板中可显示的树或者表格组件',
|
||||
|
|
|
|||
Loading…
Reference in New Issue