Skip to content

Commit

Permalink
docs: add compatibility matrix (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin authored Jul 18, 2024
1 parent c8d0114 commit cba43c0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ export default withPwa(defineConfig({
items: [{
text: 'Getting Started',
link: '/guide/',
}, {
text: 'Compatibility Matrix',
link: '/guide/compatibility-matrix',
}, {
text: 'Nuxt Layers and Module Hooks',
link: '/guide/nuxt-layers-and-module-hooks',
Expand Down
8 changes: 8 additions & 0 deletions docs/guide/compatibility-matrix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Compatibility Matrix

| Nuxt Module | Nuxt | Vuetify | I18n |
|-------------|---------|---------|----------------|
| <=0.7.0 | ^3.0.0 | ^3.4.3 | ^8.0.0-beta-12 |
| <0.13.0 | ^3.6.5 | ^3.5.1 | ^8.0.0 |
| >=0.13.0 | ^3.9.0 | ^3.5.1 | ^8.0.0 |
| >0.15.0 | >=3.9.0 | ^3.6.12 | ^8.0.0 |
2 changes: 2 additions & 0 deletions docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ export interface MOptions {
*
* @see https://github.com/vuetifyjs/vuetify-loader/tree/master/packages/vite-plugin
* @see https://github.com/userquin/vuetify-nuxt-module/issues/78 and https://github.com/userquin/vuetify-nuxt-module/issues/74
*
* @default true
*/
styles?: true | 'none' | 'sass' | {
configFile: string
Expand Down

0 comments on commit cba43c0

Please sign in to comment.