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.
2 parents 9603c3f + 3e9fb05 commit f41cddfCopy full SHA for f41cddf
package.json
@@ -44,7 +44,7 @@
44
"publish": "git push && git push --tags && npm publish"
45
},
46
"dependencies": {
47
- "codemirror": "^5.32.0",
+ "codemirror": "^5.39.0",
48
"diff-match-patch": "^1.0.0"
49
50
"expDependencies": {
src/codemirror.vue
@@ -92,7 +92,7 @@
92
93
value(newVal) {
94
this.handerCodeChange(newVal)
95
- }
+ },
96
97
methods: {
98
initialize() {
0 commit comments