This commit is contained in:
Theluyuan 2023-05-05 08:58:14 +08:00
parent 1e0508f288
commit 9989348aa9
4 changed files with 4 additions and 4 deletions

View File

@ -729,7 +729,7 @@ const _sfc_main$1 = defineComponent({
}
const selshow = ref(false);
function shubiao(event) {
console.log(event);
console.log(event, 160);
}
return (_ctx, _cache) => {
return openBlock(), createElementBlock("div", {

View File

@ -19153,7 +19153,7 @@ const _sfc_main$E = defineComponent({
}
const selshow = ref(false);
function shubiao(event) {
console.log(event);
console.log(event, 160);
}
return (_ctx, _cache) => {
return openBlock(), createElementBlock("div", {

View File

@ -157,6 +157,6 @@ function select(type: number) {
}
const selshow = ref(false);
function shubiao(event:MouseEvent){
console.log(event)
console.log(event,160)
}
</script>

File diff suppressed because one or more lines are too long