remove warn log for popup empty value
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user