0👍
You should give to plan component porperties like
<plan :plans="plans" ...
And plan component has to receive them like…
props: { plans: Array }
- [Vuejs]-Node.js & Express.js: How to redirect to another router/middleware
- [Vuejs]-How to fix “Failed to load resource: the server responded with a status of 502(). Using Nuxt.js
Source:stackexchange.com