Rendering a Vue component when not editing #1823
Unanswered
jondavidpass
asked this question in
Questions & Help
Replies: 1 comment 3 replies
-
You can still render node views, it’s same as before. You can set the editor to If you want to render Vue components from the JSON follow #1221, I know there is someone working on it right now. Someone wrote just today:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I want to render a Vue component as a Node when the content is not editable. I am using a node view for the editor but I'm not really understanding how I can render a Vue component when not editing. I think previously in v1 you could just return a component from
view()
.Maybe I'm missing something obvious in the docs but I'm a little lost so any guidance would be much appreciated. 🙏
Beta Was this translation helpful? Give feedback.
All reactions