Skip to content

Commit 1893633

Browse files
committed
docs: update version references and clarify Vuetify compatibility
Remove outdated version requirement warnings for i18n module and lab components auto-import support. Simplify Vuetify 4 compatibility note by removing "or compatible versions" phrasing to avoid confusion. These changes keep documentation current and clearer for users.
1 parent 97bb819 commit 1893633

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

docs/guide/features/globals/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The module will enable automatic tree shaking for Vuetify components.
55
You don't need to install any Vuetify Vite Plugin (the module will throw an error if any Vuetify Vite Plugin is installed in your Nuxt configuration):
66
- the module will provide auto-import support via `vuetify/dist/json/importMap.json` json file and Nuxt `components:extend` hook.
77
- the module will register a custom Vite Plugin for Vuetify styles: it is just a copy from the original Vuetify Vite Styles Plugin, changing some virtual names mappings and handling SSR flags.
8-
- from version `v0.18.6`, the module supports [Component Labs](https://vuetifyjs.com/en/labs/introduction/) auto-import.
8+
- the module supports [Component Labs](https://vuetifyjs.com/en/labs/introduction/) auto-import.
99

1010
You can register the following Vuetify components globally:
1111
- [Global Components](/guide/features/globals/global-components)

docs/guide/features/globals/lab-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ outline: deep
55
# Lab Components
66

77
::: info
8-
From version `v0.18.6`, the module supports [labs components](https://vuetifyjs.com/en/labs/introduction/) auto-import, you can use them on demand.
8+
The module supports [labs components](https://vuetifyjs.com/en/labs/introduction/) auto-import, you can use them on demand.
99
:::
1010

1111
The module provides support to use Vuetify [labs components](https://vuetifyjs.com/en/labs/introduction/) via `vuetifyOptions.labsComponents` module option, it has been declared properly to have better DX.

docs/guide/features/i18n.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ outline: deep
44

55
# Internationalization
66

7-
::: warning
8-
9-
From version `v0.8.0`, this module requires latest [@nuxtjs/i18n](https://i18n.nuxtjs.org/) Nuxt module: `^8.0.0`.
10-
:::
11-
127
Install and configure [@nuxtjs/i18n](https://i18n.nuxtjs.org/) Nuxt module, and you're ready to use Vuetify [internationalization](https://vuetifyjs.com/en/features/internationalization/) features.
138

149
::: tip

docs/guide/styling/common-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default defineNuxtConfig({
2323

2424
### Vuetify 4 Features
2525

26-
If you are using Vuetify 4 (or compatible versions), you can configure specific style features like `colors` and `utilities`.
26+
If you are using Vuetify 4, you can configure specific style features like `colors` and `utilities`.
2727

2828
- `colors`: Enable/disable the standard colors palette. Default: `true`.
2929
- `utilities`: Enable/disable the standard utilities. Default: `true`.

0 commit comments

Comments
 (0)