This commit is contained in:
binbin_pan 2025-01-03 12:19:09 +08:00
parent 9b437ea9c8
commit f55b590aa2
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export default {
}
},
clickIcon() {
this.$emit('chickIcon')
this.$emit('clickIcon')
}
}
}