mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
fix: 树组件默认使用内嵌模式 (#8941)
Co-authored-by: zhouqiqi01 <zhouqiqi01@baidu.com>
This commit is contained in:
parent
850b959734
commit
8e2104e2bc
@ -130,7 +130,6 @@ export class TreeControlPlugin extends BasePlugin {
|
||||
// 组件名称
|
||||
name = '树组件';
|
||||
isBaseComponent = true;
|
||||
disabledRendererPlugin = true;
|
||||
icon = 'fa fa-list-alt';
|
||||
pluginIcon = 'input-tree-plugin';
|
||||
description = '树型结构选择,支持 [内嵌模式] 与 [浮层模式] 的外观切换';
|
||||
|
@ -26,6 +26,7 @@ export class TreeSelectControlPlugin extends BasePlugin {
|
||||
// 组件名称
|
||||
name = '树组件';
|
||||
isBaseComponent = true;
|
||||
disabledRendererPlugin = true;
|
||||
icon = 'fa fa-list-alt';
|
||||
pluginIcon = 'tree-select-plugin';
|
||||
description = '树型结构选择,支持 [内嵌模式] 与 [浮层模式] 的外观切换';
|
||||
|
Loading…
Reference in New Issue
Block a user