Skip to content

Commit ca10e92

Browse files
authored
chore: fix readme config example missing comma (vuejs#40)
1 parent 0b93cd6 commit ca10e92

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
@@ -33,7 +33,7 @@ const store = new ReplStore({
3333
showOutput: query.has('showOutput'),
3434
// starts on a different tab on the output pane if the URL has a outputMode query
3535
// and default to the "preview" tab
36-
outputMode: (query.get('outputMode') || 'preview')
36+
outputMode: (query.get('outputMode') || 'preview'),
3737
3838
// specify the default URL to import Vue runtime from in the sandbox
3939
// default is the CDN link from unpkg.com with version matching Vue's version

0 commit comments

Comments
 (0)