Hello, I would like to know how to use xterm.js in Nuxt3 #5047
Unanswered
Thinker-feiluo
asked this question in
Q&A
Replies: 1 comment
-
Since you got no answer so far - your best bet prolly is to learn about your framework's life-cycling of components and do the integration yourself. Regarding xterm.js it is important, that the terminal instance and the terminal DOM nodes should survive re-rendering cycles, so ideally you find a way to leave them untouched by your framework. If you know some react - there are examples floating around showing that for react. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I would like to know how to use xterm.js in Nuxt3
Beta Was this translation helpful? Give feedback.
All reactions