How get input from terminal into and response send back to terminal #120
Unanswered
muhammad-abrar-hussain
asked this question in
Q&A
Replies: 1 comment
-
I don't know if I understand what you mean, I guess you don't know how to use vue-web-terminal to implement input and output? If so, you need to focus on this very important event: exec-cmd You can refer to this simple example. For slightly more complex scenarios, you can refer to the code that implements the effects in the demo: LocalTerminal.vue |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hi,
I am experiencing an issue where the command I type in the terminal interface is not being received in the body of the component that uses the vue-web-terminal component. How I can receive command into the body of the component and send back response from component to terminal?
Your support will be highly appreciated.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions