You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this problem should be fixed, apiOptions.ts l.305 and l.310 may need to be fixed.
I think they should pass context object to #bind not only in the first argument but also in the second argument.
The text was updated successfully, but these errors were encountered:
Version
3.0.0-alpha.4
Reproduction link
https://github.com/tooppoo/vue-next/tree/computed-option-with-arrow-function-not-work
Steps to reproduce
What is expected?
computed property with arrow function can access to vue instance in first argument.
What is actually happening?
arrow function can not access to vue instance in first argument. value of the argument is undefined.
Computed property with arrow function worked on vue2.6.
Please see
Or is this deprecated?
If this problem should be fixed, apiOptions.ts l.305 and l.310 may need to be fixed.
I think they should pass context object to
#bind
not only in the first argument but also in the second argument.The text was updated successfully, but these errors were encountered: