v2.svelte.dev icon indicating copy to clipboard operation
v2.svelte.dev copied to clipboard

REPL: showing the rendered template

Open mindrones opened this issue 6 years ago • 0 comments

It would be useful to be able to inspect the rendered template using a button and rotating the rendered component view as we can do for the compiled component.

Render view:

repl_render_view

DOM view:

repl_dom_view

DOM view (after updating the component data):

repl_dom_view_newdata

mindrones avatar Dec 06 '18 11:12 mindrones