vue-email / nuxt

💚 Official Nuxt module for Vue Email. Build email templates with Vue components.
https://vuemail.net/getting-started/nuxt-nitro
MIT License
110 stars 3 forks source link

[Feature] Pass template props throught of playground #7

Closed Dave136 closed 10 months ago

Dave136 commented 1 year ago

Currently we can see three tabs on playground/devtools:

image

The target would be add maybe other tab or section, where we can put/change the template props, to see applied on the most real way.

Now, we just can see the props like that (default settled on template):

image

By adding props directly in devtools on the most real scenario can add best context for the user