feat(TreeSelect): add className option (#4671)
This commit is contained in:
@@ -151,6 +151,8 @@ export default {
|
||||
info: 3,
|
||||
// 是否在导航名称右上角显示小红点
|
||||
dot: true,
|
||||
// 导航节点额外类名
|
||||
className: 'my-class',
|
||||
// 该导航下所有的可选项
|
||||
children: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user