Vue.js - load component from ajax call
问题 I'm trying to render or load components from api data. To explain more, let's say I've test-component, which I inject it directly in my parent component, works. But when I'm trying to save the component tag in database and run a ajax call, my component tag shows but doesn't work or rather load / render. Please help. Return from my api: { "_id": "59411b05015ec22b5bcf814b", "createdAt": "2017-06-14T11:16:21.662Z", "updatedAt": "2017-06-14T12:41:28.069Z", "name": "Home", "content": "<test-comp><