vuetify-nuxt-module 0.19.0 → 0.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -2
- package/package.json +1 -1
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -16,7 +16,7 @@ import { transformAssetUrls } from 'vite-plugin-vuetify';
|
|
|
16
16
|
import { parseQuery, parseURL } from 'ufo';
|
|
17
17
|
import destr from 'destr';
|
|
18
18
|
|
|
19
|
-
const version = "0.19.
|
|
19
|
+
const version = "0.19.1";
|
|
20
20
|
|
|
21
21
|
const VIRTUAL_VUETIFY_CONFIGURATION = "virtual:vuetify-configuration";
|
|
22
22
|
const RESOLVED_VIRTUAL_VUETIFY_CONFIGURATION = `\0${VIRTUAL_VUETIFY_CONFIGURATION}`;
|
|
@@ -1354,7 +1354,6 @@ export default defineNuxtPlugin({
|
|
|
1354
1354
|
await nuxtApp.hooks.callHook('vuetify:configuration', { isDev, vuetifyOptions })
|
|
1355
1355
|
await nuxtApp.hooks.callHook('vuetify:before-create', { isDev, vuetifyOptions })
|
|
1356
1356
|
const vuetify = createVuetify(vuetifyOptions)
|
|
1357
|
-
console.log('vuetify', vuetify)
|
|
1358
1357
|
nuxtApp.vueApp.use(vuetify)${rulesPlugin}
|
|
1359
1358
|
nuxtApp.provide('vuetify', vuetify)
|
|
1360
1359
|
await nuxtApp.hooks.callHook('vuetify:ready', vuetify)
|