Skip to content

Commit acf73af

Browse files
committed
publish 2.0.14
1 parent 0faeb9f commit acf73af

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-web-terminal",
3-
"version": "2.0.13",
3+
"version": "2.0.14",
44
"description": "网页端命令行插件,适配vue3",
55
"license":"Apache-2.0",
66
"private": false,

src/Terminal.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ export default {
9797
ask: {
9898
open: false,
9999
question: null,
100-
showCursor: false,
101100
isPassword: false,
102101
callback: null,
103102
autoReview: false,

0 commit comments

Comments
 (0)