ChangJoo-Park / vue-editor-js

editor.js for Vue users
https://codesandbox.io/embed/o7lyqwmvmq
MIT License
358 stars 76 forks source link

Render created blocks #77

Closed thebilljustin closed 3 years ago

thebilljustin commented 3 years ago

So i have created blocks and stored these blocks to a database. I want to display it when i fetch it but there is no guide regarding this. How should we approach this?

definiteIymaybe commented 3 years ago

For someone who would arrive here wondering the same, one approach can be looked up here. Also, take a look at the Dynamic Components section of Vue docs.