You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/advanced/runtime-hooks.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ This module configures and registers Vuetify using Nuxt plugins via `vuetify:con
4
4
5
5
`vuetify:configuration` hook is for internal use and not meant to be used by third-party plugins or directly from your application.
6
6
This module will expose only the necessary Nuxt plugins to configure Vuetify using the options you've configured in your application:
7
-
-[icons](/guide/icons/): this Nuxt plugin is always registered, you can write your own Nuxt plugin via `vuetifyOptions.icons.defaultSet = 'custom'` Nuxt configuration option, you have an example using UnoCSS in [Adding a new Vuetify icon set](/guide/icons/unocss-preset-icons#adding-a-new-vuetify-icon-set), replace the icons with your custom ones.
8
-
-[i18n](/guide/i18n): this Nuxt plugin will be only registered when `@nuxtjs/i18n` module is configured.
9
-
-[date](/guide/date): this Nuxt plugin will be only registered when `vuetifyOptions.date` Nuxt configuration option is configured.
7
+
-[icons](/guide/features/icons/): this Nuxt plugin is always registered, you can write your own Nuxt plugin via `vuetifyOptions.icons.defaultSet = 'custom'` Nuxt configuration option, you have an example using UnoCSS in [Adding a new Vuetify icon set](/guide/features/icons/unocss-preset-icons#adding-a-new-vuetify-icon-set), replace the icons with your custom ones.
8
+
-[i18n](/guide/features/i18n): this Nuxt plugin will be only registered when `@nuxtjs/i18n` module is configured.
9
+
-[date](/guide/features/date): this Nuxt plugin will be only registered when `vuetifyOptions.date` Nuxt configuration option is configured.
10
10
11
11
If you need to update the Vuetify configuration before calling `createVuetify` and registering the plugin, you can use the `vuetify:before-create` hook in your Nuxt Plugin:
Copy file name to clipboardExpand all lines: docs/guide/configuration/blueprints.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,4 @@ The module supports Vuetify Blueprints, just add it to the `vuetifyOptions.bluep
7
7
-`locale` will be ignored, configure it using the `vuetifyOptions.locale` module option
8
8
-`date` will be ignored, configure it using the `vuetifyOptions.date` module option
9
9
-`icons` will be ignored, configure it using the `vuetifyOptions.icons` module option
10
-
-`aliases` only supports defining aliases with [strings](/guide/globals/global-components.html#aliasing-global-component), using a component type will result in error (`Cannot start nuxt: Unexpected token '.'`)
10
+
-`aliases` only supports defining aliases with [strings](/guide/features/globals/global-components.html#aliasing-global-component), using a component type will result in error (`Cannot start nuxt: Unexpected token '.'`)
0 commit comments