-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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
Comments
For the moment use a computed property to get the nested value or use |
The workaround: |
13 tasks
kiku-jw
pushed a commit
to kiku-jw/vue
that referenced
this issue
Jun 18, 2019
This was referenced Aug 29, 2019
This was referenced Sep 22, 2019
Lostlover
pushed a commit
to Lostlover/vue
that referenced
this issue
Dec 10, 2019
This was referenced Jan 20, 2020
This was referenced Feb 24, 2020
This was referenced Mar 4, 2020
This was referenced Apr 15, 2020
This was referenced May 4, 2020
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: