fix: 修复 dropdown 在 head 标签引入组件库时无法弹出的问题 (#2356)

This commit is contained in:
贤心
2024-11-25 18:47:55 +08:00
committed by GitHub
parent f9a11689a3
commit 1bfb91f065
2 changed files with 5 additions and 5 deletions

View File

@@ -356,7 +356,8 @@ layui.use('dropdown', function () {
close: function(){
dropdown.close('testopen')
}
});
},
{trigger: 'mouseenter'});
return;