We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0faeb9f commit acf73afCopy full SHA for acf73af
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-web-terminal",
3
- "version": "2.0.13",
+ "version": "2.0.14",
4
"description": "网页端命令行插件,适配vue3",
5
"license":"Apache-2.0",
6
"private": false,
src/Terminal.js
@@ -97,7 +97,6 @@ export default {
97
ask: {
98
open: false,
99
question: null,
100
- showCursor: false,
101
isPassword: false,
102
callback: null,
103
autoReview: false,
0 commit comments