Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
add mdi icons config
Browse files Browse the repository at this point in the history
Signed-off-by: cbh778899 <[email protected]>
  • Loading branch information
cbh778899 committed Jun 27, 2024
1 parent 6f92da1 commit 443584d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions plugins/vuetify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import PerfectScrollbar from "vue3-perfect-scrollbar";
import VueApexCharts from "vue3-apexcharts";
import VueTablerIcons from "vue-tabler-icons";
import "@/assets/scss/style.scss";
import { aliases, mdi } from 'vuetify/iconsets/mdi';

import {
BLUE_THEME,
Expand All @@ -21,6 +22,13 @@ export default defineNuxtPlugin((nuxtApp) => {
BLUE_THEME,
},
},
icons: {
defaultSet: 'mdi',
aliases,
sets: {
mdi
}
},
defaults: {
VCard: {
rounded: "md"
Expand Down

0 comments on commit 443584d

Please sign in to comment.