We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b93cd6 commit ca10e92Copy full SHA for ca10e92
README.md
@@ -33,7 +33,7 @@ const store = new ReplStore({
33
showOutput: query.has('showOutput'),
34
// starts on a different tab on the output pane if the URL has a outputMode query
35
// and default to the "preview" tab
36
- outputMode: (query.get('outputMode') || 'preview')
+ outputMode: (query.get('outputMode') || 'preview'),
37
38
// specify the default URL to import Vue runtime from in the sandbox
39
// default is the CDN link from unpkg.com with version matching Vue's version
0 commit comments