Can you explain how anchor link is created inside ContactList.vue? #6609
Unanswered
floreapaun
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I did a dd() on the backend at ContactsController@list and there is no route attribute on the contacts array returned.
All contacts look like this:
If I go at /people route and click the avatar I will be directed to the corresponding contact page.
The anchor has a link like this: http://localhost:8000/people/h:4G7r3K91nkYn2LWe5m
Where this contact route ID ("h:4G7r3K91nkYn2LWe5m") comes from?
Beta Was this translation helpful? Give feedback.
All reactions