alexjoverm / v-runtime-template

Vue component for compiling templates on the fly using a v-html like API
MIT License
605 stars 72 forks source link

Not render props, methods inside..in components :: nuxt #47

Closed davizxtr closed 5 years ago

davizxtr commented 5 years ago

Hi

Congratulations for the component!

I'm using nuxt and it works properly with the template for database. I can not show props, methods ... inside of the components

Nuxt.config image

Page script image

Page template image

To test mode... I try to show the prop title_test inside of div and it does not work

More thanks!!

alexjoverm commented 5 years ago

Hey! I've tried your code and it works for me, can you try again?