Skip to content

Commit 447ee46

Browse files
Merge pull request #155 from Geode-solutions/fix/screenshot_component
fix(screenshot): theme & optimizeDeps
2 parents 1ace7fa + e215ee4 commit 447ee46

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

components/Screenshot.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class="screenshot_menu"
66
border="md"
77
>
8-
<v-card color="bg-primary" class="pa-0">
8+
<v-card class="bg-primary pa-0">
99
<v-card-title>
1010
<h3 class="mt-4">Take a screenshot</h3>
1111
</v-card-title>

nuxt.config.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@ export default defineNuxtConfig({
3636
vite: {
3737
optimizeDeps: {
3838
include: [
39-
"is-electron",
40-
"fast-deep-equal",
41-
"seedrandom",
42-
"lodash",
4339
"ajv",
40+
"fast-deep-equal",
4441
"globalthis",
42+
"is-electron",
43+
"js-file-download",
44+
"lodash",
45+
"seedrandom",
4546
],
4647
},
4748
},

0 commit comments

Comments
 (0)