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
vendor.4d1605.js:6 [Vue warn]: Error in nextTick: "TypeError: Cannot read property 'querySelectorAll' of undefined" found in ---> <AtTable> <DemoBox> <Anonymous> <Anonymous> <Root>
The text was updated successfully, but these errors were encountered:
两种方式: 1)handleResize()中的逻辑全部注释掉 !!强烈推荐这种,移除监听window对象resize事件效果更好 2)修改源码 const $td = this.$refs.body && this.$refs.body.querySelectorAll('tr')[0].querySelectorAll('td') if($td){ // code }
Sorry, something went wrong.
原来是源码中的销毁注册事件的名称写错了 beforeDestory =》beforeDestroy 不过还是建议移除监听window对象resize事件效果更好,你们尝试下就晓得了
No branches or pull requests
The text was updated successfully, but these errors were encountered: