Skip to content

Commit

Permalink
Fix sample code syntax error
Browse files Browse the repository at this point in the history
Fix sample code syntax  error
  • Loading branch information
Knight-ZXW authored Aug 15, 2024
1 parent 6d83aec commit 79d73bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ const config: UserConfig = {
// ...
codemirror: [
// Split CodeMirror code.
'vue-codemirror6'
'vue-codemirror6',
'codemirror',
'@codemirror/autocomplete',
'@codemirror/commands',
Expand Down

0 comments on commit 79d73bc

Please sign in to comment.