previewjs
previewjs copied to clipboard
is it support tsx syntax of vue3 ?
I can't see the preview entry when I use tsx syntax, such as Demo.tsx
It's meant to work. Please share an example repo so I can help, thanks.
share
at following expamle,I can't see the preview entry
Thanks for the example. At the moment only top-level JSX declarations work, for example:
export const MyComponent = () => (<div>text</div>);