mirror of
https://gitee.com/layui/layui.git
synced 2025-04-05 17:38:02 +08:00
更新 dropdown 测试用例
This commit is contained in:
parent
bf4c6cad25
commit
37fd63d2ec
@ -207,6 +207,9 @@ layui.use('dropdown', function(){
|
||||
,trigger: 'contextmenu' //contextmenu
|
||||
,isAllowSpread: false
|
||||
//,style: 'width: 200px'
|
||||
,customName: {
|
||||
children: 'children'
|
||||
}
|
||||
,data: [{
|
||||
title: 'menu item 1'
|
||||
,id: '#1'
|
||||
@ -216,7 +219,7 @@ layui.use('dropdown', function(){
|
||||
},{type:'-'},{
|
||||
title: 'menu item 3'
|
||||
,id: '#3'
|
||||
,child: [{
|
||||
,children: [{
|
||||
title: 'menu item 3-1'
|
||||
,id: '#1'
|
||||
},{
|
||||
|
Loading…
Reference in New Issue
Block a user