Skip to content

Commit 79d73bc

Browse files
authored
Fix sample code syntax error
Fix sample code syntax error
1 parent 6d83aec commit 79d73bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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)