【fix ESLint】src/components/jero/JTime

This commit is contained in:
zhaoxiao
2023-03-06 09:19:29 +08:00
parent 1ad6075283
commit 0d421fbc85
-1
View File
@@ -54,7 +54,6 @@ export default {
computed: {
// 透传给下级组件的事件,需要排除本组件使用的change事件
childListeners () {
const vm = this
const result = Object.assign({},
this.$listeners
)