Skip to content

Commit 6ba05c0

Browse files
committed
feat: upgrade idraw.js
1 parent 1391015 commit 6ba05c0

File tree

7 files changed

+4848
-14212
lines changed

7 files changed

+4848
-14212
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
},
1010
"dependencies": {
1111
"codemirror": "^5.62.0",
12-
"idraw": "0.3.0-alpha.4",
13-
"vue": "^3.2.25"
12+
"idraw": "0.3.0-beta.2",
13+
"vue": "^3.2.47"
1414
},
1515
"devDependencies": {
1616
"@types/codemirror": "^5.60.2",
1717
"@vitejs/plugin-vue": "^2.3.1",
1818
"@vitejs/plugin-vue-jsx": "^1.1.6",
19-
"@vue/compiler-sfc": "3.0.5",
19+
"@vue/compiler-sfc": "^3.2.47",
2020
"less": "^4.1.1",
2121
"typescript": "^4.3.2",
2222
"vite": "^2.9.2",

public/demo/config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const options = {
1212
const config = {
1313
scrollWrapper: {
1414
use: true,
15-
lineWidth: 16,
15+
width: 16,
1616
color: '#666666',
1717
},
1818
elementWrapper: {

0 commit comments

Comments
 (0)