Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
aixianling
2022-08-11 10:45:35 +08:00

View File

@@ -64,11 +64,9 @@
}, },
mounted () { mounted () {
this.$nextTick(() => {
this.$nextTick(() => { this.$nextTick(() => {
document.addEventListener('keydown', this.onKeyDown) document.addEventListener('keydown', this.onKeyDown)
}) })
})
}, },
destroyed () { destroyed () {