From 82d050a8f9e717639805155e21a4d718a03cb178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Fri, 10 Mar 2023 13:15:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20dropdown=20=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/dropdown.html | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/dropdown.html b/examples/dropdown.html index 77a38a3b..c2be95c0 100644 --- a/examples/dropdown.html +++ b/examples/dropdown.html @@ -171,6 +171,7 @@ layui.use('dropdown', function(){ ,data: [{ title: 'menu item 1' ,href: '#1' + ,disabled: true },{ title: 'menu item 2(点击不关闭)' ,href: '#2'