[Vuejs]-Vue prop will pass through <router-view /> to child component 1, but not child component 2. Why?

0👍

I discovered the issue was a missing method in my django views.py. 1 of my vue app’s templates could access the context data and the other could not.

Leave a comment