We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151d341 commit c975338Copy full SHA for c975338
src/utils/vuetify-nuxt-plugins.ts
@@ -74,7 +74,6 @@ export default defineNuxtPlugin({
74
await nuxtApp.hooks.callHook('vuetify:configuration', { isDev, vuetifyOptions })
75
await nuxtApp.hooks.callHook('vuetify:before-create', { isDev, vuetifyOptions })
76
const vuetify = createVuetify(vuetifyOptions)
77
- console.log('vuetify', vuetify)
78
nuxtApp.vueApp.use(vuetify)${rulesPlugin}
79
nuxtApp.provide('vuetify', vuetify)
80
await nuxtApp.hooks.callHook('vuetify:ready', vuetify)
0 commit comments