no message

This commit is contained in:
2025-12-15 17:10:06 +08:00
parent e45cc13f5d
commit 5415cb0f58
4 changed files with 35 additions and 19 deletions
+3
View File
@@ -88,6 +88,9 @@
}
},
onItem(item,xItem){
Func.debounce(()=>this.onItemOne(item,xItem));
},
onItemOne(item,xItem){
this.$emit('itemSelect',item,xItem);
}
}