Skip to content

Commit

Permalink
fix: wrong vuetify bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Dec 21, 2020
1 parent 28e0756 commit 70462f0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions src/renderer/windows/logger/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ Vue.use(Vuetify, {
// secondary: colors.green,
accent: colors.green.accent3,
},
components: {
},
});

const vue = new Vue({
Expand Down
10 changes: 0 additions & 10 deletions src/renderer/windows/setup/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@ Vue.use(Vuetify, {
// secondary: colors.green,
accent: colors.green.accent3,
},
components: {
// ...VCard.$_vuetify_subcomponents,
// ...VList.$_vuetify_subcomponents,
// ...VGrid.$_vuetify_subcomponents,
// VProgressCircular,
// VDivider,
// VApp,
// VBtn,
// VIcon,
},
});

Vue.use(VueI18n);
Expand Down

0 comments on commit 70462f0

Please sign in to comment.