Initial commit WIP
This commit is contained in:
8
app/plugins/vuetify.ts
Normal file
8
app/plugins/vuetify.ts
Normal file
@ -0,0 +1,8 @@
|
||||
export default defineNuxtPlugin(nuxtApp => {
|
||||
// check https://vuetify-nuxt-module.netlify.app/guide/nuxt-runtime-hooks.html
|
||||
nuxtApp.hook('vuetify:before-create', options => {
|
||||
if (import.meta.client) {
|
||||
console.log('vuetify:before-create', options)
|
||||
}
|
||||
})
|
||||
})
|
Reference in New Issue
Block a user