发布1.6.15

This commit is contained in:
fan
2021-02-19 22:16:33 +08:00
parent 763935791a
commit daeec230ab
9 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export default {
binding.modifiers.click ? "click" : "contextmenu",
e => {
if (isEmpty(binding.value) || !Array.isArray(binding.value)) return;
if (binding.modifiers.click == "click") e.stopPropagation();
if (binding.modifiers.click) e.stopPropagation();
e.preventDefault();
LemonPopover.methods.closeAll();
let component;