Skip to content

Commit 140fe39

Browse files
author
surmon
committed
update
1 parent b355237 commit 140fe39

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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-codemirror",
3-
"version": "3.1.6",
3+
"version": "3.1.7",
44
"description": "Codemirror component for Vue",
55
"main": "index.js",
66
"scripts": {

src/codemirror.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@
228228
}
229229
}
230230
</script>
231+
231232
<style>
232-
@import 'codemirror/lib/codemirror.css';
233+
@import 'codemirror/lib/codemirror.css';
233234
</style>

0 commit comments

Comments
 (0)