SyntaxFix
Write A Post
Hire A Developer
Questions
You need to add computed method like this
component.vue
props: ['list'], computed: { listJson: function(){ return JSON.parse(this.list); } }