Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nuxt-community/vuetify-module
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 378082703a730e3d948a8b849aa8c6793468ef10
Choose a base ref
..
head repository: nuxt-community/vuetify-module
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 032769f34bb1d3b480e938fb3a04760dc8a82b9d
Choose a head ref
Showing with 254 additions and 248 deletions.
  1. +7 −1 README.md
  2. +1 −1 package.json
  3. +246 −246 yarn.lock
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -9,7 +9,13 @@
<a href="https://www.npmjs.com/package/@nuxtjs/vuetify"><img src="https://img.shields.io/npm/l/@nuxtjs/vuetify.svg?style=flat-square" alt="License"></a>
</p>

> [Vuetify 2](https://vuetifyjs.com) module for [Nuxt.js](https://nuxtjs.org)
> [Vuetify 2](https://vuetifyjs.com) module for [Nuxt 2](https://nuxt.com)
## Nuxt 3

Looking for a Nuxt 3 solution? Try out:
- [userquin/vuetify-nuxt-module](https://github.com/userquin/vuetify-nuxt-module)
- [nuxt-alt/vuetify](https://github.com/nuxt-alt/vuetify)

## Infos

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@
"@types/jest": "^27.5.2",
"@types/sass": "^1.43.1",
"codecov": "^3.8.2",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
"nuxt": "^2.17.1",
Loading