vuetify-module
vuetify-module copied to clipboard
Vuetify Module for Nuxt 2
**Module version** 1.12.3 I first saw it in 1.12.1, and I could reproduce the issue in 1.12.3. **Describe the bug** When there is a v-form inside a v-form, some issues...
I try to use vuetify 2 with Nuxt 3 ``` "devDependencies": { "@nuxtjs/vuetify": "^1.12.3", "nuxt": "3.0.0-rc.8" ... } ``` Nuxt config is ``` export default defineNuxtConfig({ buildModules: [ '@nuxtjs/vuetify', ],...
> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [vuetify](https://vuetifyjs.com) ([source](https://redirect.github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify))...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [sass-loader](https://togithub.com/webpack-contrib/sass-loader) | [`^10.2.0` -> `^14.2.1`](https://renovatebot.com/diffs/npm/sass-loader/10.2.0/14.2.1) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@nuxt/typescript-build](https://redirect.github.com/nuxt/typescript) | [`^2.1.0` -> `^3.0.2`](https://renovatebot.com/diffs/npm/@nuxt%2ftypescript-build/2.1.0/3.0.2) |  |  | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | major | `v1` -> `v4` | --- ### Release...
Hey :wave: It looks like this module hasn't been updated for Nuxt 3. In an effort to improve the developer experience of modules, I've updated the module to clarify that...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@nuxtjs/eslint-config-typescript](https://redirect.github.com/nuxt/eslint-config) | [`^7.0.2` -> `^12.1.0`](https://renovatebot.com/diffs/npm/@nuxtjs%2feslint-config-typescript/7.0.2/12.1.0) |  |  | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v1` -> `v4` | --- ### Release...
Vuetify 3 has been released, how would one go about getting a Nuxt 3 compatable Vuetify 3 module going?