Skip to content

Commit f4923e0

Browse files
authored
Merge pull request #47 from Knight-ZXW/patch-1
Fix sample code syntax error
2 parents 6d83aec + 79d73bc commit f4923e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ const config: UserConfig = {
362362
// ...
363363
codemirror: [
364364
// Split CodeMirror code.
365-
'vue-codemirror6'
365+
'vue-codemirror6',
366366
'codemirror',
367367
'@codemirror/autocomplete',
368368
'@codemirror/commands',

0 commit comments

Comments
 (0)