We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dragPortGing: function (event) { // console.log(event) // let ee = this.getEvent() // console.log(ee) let Txy = { x: event.clientX, y: event.clientY } this.$store.dispatch('setViPathingData', {Mxy: this.Mxy, Txy: Txy, isShow: true}) },
这里的event 在火狐下 pageX和pageY 都为0
The text was updated successfully, but these errors were encountered:
这个问题已经解决
Sorry, something went wrong.
其实 我自己也解决了 哈哈哈
我没看到你改的代码呀
看到了,谢谢你的回复哈
No branches or pull requests
这里的event 在火狐下 pageX和pageY 都为0
The text was updated successfully, but these errors were encountered: