Skip to content

Commit c27c26f

Browse files
committed
feat: 添加依赖项 @xterm/addon-fit 和 @xterm/xterm 到 package.json
1 parent 30c76d1 commit c27c26f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/vue/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@
77
"dev": "vite",
88
"build": "vue-tsc && vite build",
99
"preview": "vite preview"
10+
},
11+
"dependencies": {
12+
"@xterm/addon-fit": "^0.10.0",
13+
"@xterm/xterm": "^5.5.0"
1014
}
1115
}

0 commit comments

Comments
 (0)