We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
2.6.11
https://codesandbox.io/s/kind-water-hqs5f?file=/src/App.vue
在任意输入框输入任意内容
输入流畅
输入卡顿
在v-for里面,绑定了$attrs的都会触发更新,引起不必要的渲染
The text was updated successfully, but these errors were encountered:
Duplicate of #10115
Sorry, something went wrong.
No branches or pull requests
Version
2.6.11
Reproduction link
https://codesandbox.io/s/kind-water-hqs5f?file=/src/App.vue
Steps to reproduce
在任意输入框输入任意内容
What is expected?
输入流畅
What is actually happening?
输入卡顿
在v-for里面,绑定了$attrs的都会触发更新,引起不必要的渲染
The text was updated successfully, but these errors were encountered: