remove warn log for popup empty value

This commit is contained in:
Timi
2025-11-25 11:12:21 +08:00
parent d8209d7d23
commit d6d59c890e

View File

@@ -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) {