Skip to content

Commit 4e9e9ce

Browse files
authored
chore(deps): update @vue/repl to version 4.6.0 (#13470)
1 parent a6e2032 commit 4e9e9ce

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

packages-private/sfc-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"vite": "catalog:"
1414
},
1515
"dependencies": {
16-
"@vue/repl": "^4.5.1",
16+
"@vue/repl": "^4.6.0",
1717
"file-saver": "^2.0.5",
1818
"jszip": "^3.10.1",
1919
"vue": "workspace:*"

packages-private/sfc-playground/src/App.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ onMounted(() => {
141141
:editorOptions="{ autoSaveText: false }"
142142
:store="store"
143143
:showCompileOutput="true"
144+
:showSsrOutput="useSSRMode"
145+
:showOpenSourceMap="true"
144146
:autoResize="true"
145147
:clearConsole="false"
146148
:preview-options="{

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)