Skip to content

Commit 9f8e98a

Browse files
authored
workflow: upgrade repl, add tsconfig for sfc playground (#8636)
1 parent 124160e commit 9f8e98a

File tree

3 files changed

+317
-20
lines changed

3 files changed

+317
-20
lines changed

packages/sfc-playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
},
1010
"devDependencies": {
1111
"@vitejs/plugin-vue": "^4.2.3",
12-
"vite": "^4.3.0"
12+
"vite": "^4.3.9"
1313
},
1414
"dependencies": {
15-
"@vue/repl": "^2.1.3",
15+
"@vue/repl": "^2.3.0",
1616
"file-saver": "^2.0.5",
1717
"jszip": "^3.6.0",
1818
"vue": "workspace:*"

packages/sfc-playground/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ body {
110110
}
111111
112112
.vue-repl {
113-
height: calc(var(--vh) - var(--nav-height));
113+
height: calc(var(--vh) - var(--nav-height)) !important;
114114
}
115115
116116
button {

0 commit comments

Comments
 (0)