🎉 Initial Commit
This commit is contained in:
12
vuetify.config.ts
Normal file
12
vuetify.config.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { defineVuetifyConfiguration } from "vuetify-nuxt-module/custom-configuration";
|
||||
import { md3 } from "vuetify/blueprints";
|
||||
|
||||
export default defineVuetifyConfiguration({
|
||||
blueprint: md3,
|
||||
icons: {
|
||||
defaultSet: 'mdi'
|
||||
},
|
||||
date: {
|
||||
adapter: 'luxon'
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user