Skip to content

Commit

Permalink
Merge pull request #35 from vuejs/main
Browse files Browse the repository at this point in the history
workflow: upgrade repl, add tsconfig for sfc playground (vuejs#8636)
  • Loading branch information
encourage317125 committed Jun 26, 2023
2 parents 0097e9e + 9f8e98a commit 37ff53b
Show file tree
Hide file tree
Showing 3 changed files with 317 additions and 20 deletions.
4 changes: 2 additions & 2 deletions packages/sfc-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.3.0"
"vite": "^4.3.9"
},
"dependencies": {
"@vue/repl": "^2.1.3",
"@vue/repl": "^2.3.0",
"file-saver": "^2.0.5",
"jszip": "^3.6.0",
"vue": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/sfc-playground/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ body {
}
.vue-repl {
height: calc(var(--vh) - var(--nav-height));
height: calc(var(--vh) - var(--nav-height)) !important;
}
button {
Expand Down
Loading

0 comments on commit 37ff53b

Please sign in to comment.