diff --git a/src/utils/directives/Popup.ts b/src/utils/directives/Popup.ts index 2b0ba51..39f8cc5 100644 --- a/src/utils/directives/Popup.ts +++ b/src/utils/directives/Popup.ts @@ -43,7 +43,6 @@ const VPopup: Directive = { // 显示 el.addEventListener("mouseenter", async e => { if (!config.value) { - console.warn("not found popup value", config); return; } if (config.beforeShow) {