Skip to content

v1.0.7

Compare
Choose a tag to compare
@pdanpdan pdanpdan released this 19 Nov 11:52
· 175 commits to main since this release
  • add URL query configuration:

    • preview with no value or with a lower case converted value of '', 'true', 't', or '1' will start the REPL with the output area as default when the size is small
    • previewMode or preview-mode will select the preview tab displayed (one of preview, js, css, or ssr) - defaults to preview
    • editor with a value of codemirror or mirror will use CodeMirror editor instead of Monaco (lighter on resources)
    • sfcOptions or sfc-options with a JSON stringified object will be used as sfcOptions for @vue/repl
    • previewOptions or preview-options with a JSON stringified object will be used as previewOptions for @vue/repl
  • add share URL configurator