Update demo request
Hi, thank you for this great demo, I am still learning Vue and Im asking you for a favour if you could update demo so propperty values are visible inside blocks as well top right inspector? It would be a good material to research. Thank you in advance.
Hi, thanks for your interest in the project.
There is currently no easy way to do this, you need to edit the "https://github.com/ghostiam/vue-blocks/blob/master/src/components/VueBlock.vue", add props with the name "values", change the template, and then fix the styles.
I think the best way would be to use the “slots” in the template and add the ability to specify the component name or template directly in the block property.