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
Deep object as dynamic argument in custom directive [RFC-0003] #9577
Labels
Projects
Comments
For the moment use a computed property to get the nested value or use |
The workaround: |
shasharoman
added a commit
to shasharoman/vue
that referenced
this issue
Feb 27, 2019
13 tasks
Kiku-Reise
pushed a commit
to Kiku-Reise/vue
that referenced
this issue
Jun 18, 2019
Lostlover
added a commit
to Lostlover/vue
that referenced
this issue
Dec 10, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
2.6.7
Reproduction link
https://jsfiddle.net/3qbky0z7/4/
Steps to reproduce
Create custom directive with a dynamic argument:
v-test:[deep.arg]="value"
What is expected?
It should get the value from path
deep.arg
.What is actually happening?
Inside the binding object of a custom directive,
arg
key have value[deep
.The text was updated successfully, but these errors were encountered: