mirror of
https://gitee.com/layui/layui.git
synced 2026-01-28 19:11:26 +08:00
fix: 修复 dropdown 在 head 标签引入组件库时无法弹出的问题 (#2356)
This commit is contained in:
@@ -356,7 +356,8 @@ layui.use('dropdown', function () {
|
||||
close: function(){
|
||||
dropdown.close('testopen')
|
||||
}
|
||||
});
|
||||
},
|
||||
{trigger: 'mouseenter'});
|
||||
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user