remove warn log for popup empty value
This commit is contained in:
@@ -43,7 +43,6 @@ const VPopup: Directive = {
|
|||||||
// 显示
|
// 显示
|
||||||
el.addEventListener("mouseenter", async e => {
|
el.addEventListener("mouseenter", async e => {
|
||||||
if (!config.value) {
|
if (!config.value) {
|
||||||
console.warn("not found popup value", config);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (config.beforeShow) {
|
if (config.beforeShow) {
|
||||||
|
|||||||
Reference in New Issue
Block a user