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 1ace7fa commit e215ee4Copy full SHA for e215ee4
components/Screenshot.vue
@@ -5,7 +5,7 @@
5
class="screenshot_menu"
6
border="md"
7
>
8
- <v-card color="bg-primary" class="pa-0">
+ <v-card class="bg-primary pa-0">
9
<v-card-title>
10
<h3 class="mt-4">Take a screenshot</h3>
11
</v-card-title>
nuxt.config.js
@@ -36,12 +36,13 @@ export default defineNuxtConfig({
36
vite: {
37
optimizeDeps: {
38
include: [
39
- "is-electron",
40
- "fast-deep-equal",
41
- "seedrandom",
42
- "lodash",
43
"ajv",
+ "fast-deep-equal",
44
"globalthis",
+ "is-electron",
+ "js-file-download",
+ "lodash",
45
+ "seedrandom",
46
],
47
},
48
0 commit comments