Skip to content

Commit

Permalink
fix: prevent vuetify module from fetching css from cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Sep 24, 2024
1 parent 932b2a0 commit 01b09ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vuetify.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { md3 } from 'vuetify/blueprints'

export default defineVuetifyConfiguration({
blueprint: md3,
// prevent Vuetify Module from fetching unused `materialdesignicon.css` from cdn
icons: false,
// locale: {
// locale: 'zhHans',
// fallback: 'en',
Expand Down

0 comments on commit 01b09ec

Please sign in to comment.