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
2.6.14
codesandbox.io
打开链接 直接在页面中的 输入框输入内容即可复现该错误
name 的值应该正确的被设置
报错 TypeError: _vm.$set is not a function 我发现是因为 _vm 没有 $set 方法导致的,此时 _vm.$set 如果被渲染成 _vm.injections.rootNode.$set 就没有问题了
The text was updated successfully, but these errors were encountered:
Duplicate of vuejs/vue-loader#1539
Sorry, something went wrong.
No branches or pull requests
Version
2.6.14
Reproduction link
codesandbox.io
Steps to reproduce
打开链接 直接在页面中的 输入框输入内容即可复现该错误
What is expected?
name 的值应该正确的被设置
What is actually happening?
报错 TypeError: _vm.$set is not a function
我发现是因为 _vm 没有 $set 方法导致的,此时 _vm.$set 如果被渲染成 _vm.injections.rootNode.$set 就没有问题了
The text was updated successfully, but these errors were encountered: