Remove vuejs errors on portfolio page
Refer Github Issue: #260
What you will need to know
Knowledge of Nodejs and Vuejs is required. If not familiar you can freely refer the reference link provided.
Remove page not found on portfolio setup
Remove the errors that are visible on portfolio page-load in the inspect console.
Expected outcome
Errorless working code after the completion of the task is a must.
Resources & References (Where to Start)
Currently, all the code is on the development branch and the signup function is currently here for Portfolio page. https://github.com/codeuino/Social-Platform-Donut/blob/development/client/src/views/Portfolio.vue
So you have to trigger your function in the scope of signup function. Some reference material https://vuejs.org/v2/guide/components.html https://vuejs.org/v2/guide/components-props.html
Extras
Just follow the readme whenever you are stuck goto https://discord.gg/CNStUqX to ask your doubts.