Skip to content

Commit 0adb35e

Browse files
committed
docs: move compatibility section to end of guide
1 parent d585d71 commit 0adb35e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/guide/index.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,6 @@ outline: deep
66

77
Get started with Vuetify Nuxt Module, learn how to install and configure the module in your Nuxt project.
88

9-
## Compatibility
10-
11-
- **Nuxt**: v3.15.0+
12-
- **Vuetify**: v3.8+
13-
- **Builder**: Vite only (Webpack/Rspack are not supported)
14-
15-
::: details Version History
16-
- `v0.19.0`: Requires Nuxt `^3.15.0`
17-
- `v0.10.0`: Requires Nuxt `^3.9.0`
18-
- `v0.7.0`: Requires Nuxt `^3.6.5`
19-
:::
20-
219
## Installation
2210

2311
### New Project
@@ -372,3 +360,15 @@ export interface VOptions extends Partial<Omit<VuetifyOptions, 'ssr' | 'aliases'
372360
::: warning
373361
You don't need to install any [Vuetify Vite Plugin](https://github.com/vuetifyjs/vuetify-loader/tree/master/packages/vite-plugin), the module will throw an error if any Vuetify Vite Plugin is installed in your Nuxt configuration.
374362
:::
363+
364+
## Compatibility
365+
366+
- **Nuxt**: v3.15.0+
367+
- **Vuetify**: v3.8+
368+
- **Builder**: Vite only (Webpack/Rspack are not supported)
369+
370+
::: details Version History
371+
- `v0.19.0`: Requires Nuxt `^3.15.0`
372+
- `v0.10.0`: Requires Nuxt `^3.9.0`
373+
- `v0.7.0`: Requires Nuxt `^3.6.5`
374+
:::

0 commit comments

Comments
 (0)