We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124160e commit 9f8e98aCopy full SHA for 9f8e98a
packages/sfc-playground/package.json
@@ -9,10 +9,10 @@
9
},
10
"devDependencies": {
11
"@vitejs/plugin-vue": "^4.2.3",
12
- "vite": "^4.3.0"
+ "vite": "^4.3.9"
13
14
"dependencies": {
15
- "@vue/repl": "^2.1.3",
+ "@vue/repl": "^2.3.0",
16
"file-saver": "^2.0.5",
17
"jszip": "^3.6.0",
18
"vue": "workspace:*"
packages/sfc-playground/src/App.vue
@@ -110,7 +110,7 @@ body {
110
}
111
112
.vue-repl {
113
- height: calc(var(--vh) - var(--nav-height));
+ height: calc(var(--vh) - var(--nav-height)) !important;
114
115
116
button {
0 commit comments