Feature Request: Static Renderer for Vue #6875
pgraug
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
The new static renderer currently supports rendering to HTML, Markdown, and React.
I'm proposing that Vue support is added as well.
It could just be based on the current implementation for React and use Vue's render function;
h
(link)Ideally the tests would also be ported to Vue but going through the codebase it looks like you only have a test setup for React. A similar test setup could possibly be added for Vue but that might be a separate task entirely.
Use Case
My work uses Nuxt (which you also mention in the Static Rendering docs) for our sites.
While we can do static rendering to HTML, we would really like the node view rendering that's supported for React to render Vue components inside the Tiptap content.
Type
New feature
Beta Was this translation helpful? Give feedback.
All reactions