-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
表格里有Switch开关,点击控制台报错,但是实际数据是正确的 #9
Comments
vue渲染时候的问题吧 应该是数据变动导致的
发自我的iPhone
在 2022年8月30日,17:08,DongZhengWei ***@***.***> 写道:
[Vue warn]: Error in nextTick: "TypeError: Cannot set property 'checked' of undefined"
只是控制台会报这个错误,但是页面还有数据都是正常的
—
Reply to this email directly, view it on GitHub<#9>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AC7Q7J5QFQV7P6QGLRBZNZ3V3XFQRANCNFSM6AAAAAAQAGFXLU>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
是有数据变动的,好像是使用饿了么自身组件进行的变动就会有报这个错,自己主动set值就不回,这个错误会有什么其他影响吗 |
没啥影响 渲染上的告警 基本上设置key的话会好很多
发自我的iPhone
在 2022年8月30日,17:24,DongZhengWei ***@***.***> 写道:
vue渲染时候的问题吧 应该是数据变动导致的 发自我的iPhone 在 2022年8月30日,17:08,DongZhengWei @.> 写道: [Vue warn]: Error in nextTick: "TypeError: Cannot set property 'checked' of undefined" 只是控制台会报这个错误,但是页面还有数据都是正常的 — Reply to this email directly, view it on GitHub<#9<#9>>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AC7Q7J5QFQV7P6QGLRBZNZ3V3XFQRANCNFSM6AAAAAAQAGFXLU. You are receiving this because you are subscribed to this thread.Message ID: @.>
是有数据变动的,好像是使用饿了么自身组件进行的变动就会有报这个错,自己主动set值就不回,这个错误会有什么其他影响吗
—
Reply to this email directly, view it on GitHub<#9 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AC7Q7J6PNE46T2ZQZK6JL43V3XHNRANCNFSM6AAAAAAQAGFXLU>.
You are receiving this because you commented.Message ID: ***@***.***>
|
[Vue warn]: Error in nextTick: "TypeError: Cannot set property 'checked' of undefined"
只是控制台会报这个错误,但是页面还有数据都是正常的
The text was updated successfully, but these errors were encountered: