test
This commit is contained in:
parent
1e0508f288
commit
9989348aa9
@ -729,7 +729,7 @@ const _sfc_main$1 = defineComponent({
|
|||||||
}
|
}
|
||||||
const selshow = ref(false);
|
const selshow = ref(false);
|
||||||
function shubiao(event) {
|
function shubiao(event) {
|
||||||
console.log(event);
|
console.log(event, 160);
|
||||||
}
|
}
|
||||||
return (_ctx, _cache) => {
|
return (_ctx, _cache) => {
|
||||||
return openBlock(), createElementBlock("div", {
|
return openBlock(), createElementBlock("div", {
|
||||||
|
@ -19153,7 +19153,7 @@ const _sfc_main$E = defineComponent({
|
|||||||
}
|
}
|
||||||
const selshow = ref(false);
|
const selshow = ref(false);
|
||||||
function shubiao(event) {
|
function shubiao(event) {
|
||||||
console.log(event);
|
console.log(event, 160);
|
||||||
}
|
}
|
||||||
return (_ctx, _cache) => {
|
return (_ctx, _cache) => {
|
||||||
return openBlock(), createElementBlock("div", {
|
return openBlock(), createElementBlock("div", {
|
||||||
|
@ -157,6 +157,6 @@ function select(type: number) {
|
|||||||
}
|
}
|
||||||
const selshow = ref(false);
|
const selshow = ref(false);
|
||||||
function shubiao(event:MouseEvent){
|
function shubiao(event:MouseEvent){
|
||||||
console.log(event)
|
console.log(event,160)
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user