nuxt icon indicating copy to clipboard operation
nuxt copied to clipboard

How to preview templates with props in Devtools?

Open MickL opened this issue 11 months ago • 11 comments

I wonder how I can preview template in devtools that use props. Right now it gives me tons of errors:

Error rendering template Welcome: TypeError: Cannot read properties of undefined (reading 'firstName')

Btw some other feedback:

  • Within the devtools I cant scroll the Vue Email content (I am using Chrome on macOS)
  • I couldnt find where to preview my templates in the devtools. I only saw accidently when clicking in the search there I could find them. This could be made more obvious.
  • The docs dont say any word about how to preview a email template. Is previewing them in devtools the only option? Or can I jsut drop the components in a dev page?

Not scrolling: Bildschirmfoto 2024-03-06 um 19 05 09

MickL avatar Mar 06 '24 18:03 MickL