vuetify-module
vuetify-module copied to clipboard
Vuetify Module for Nuxt 2
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/nuxt-community/vuetify-module). ## Repository Problems These problems occurred while...
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [husky](https://typicode.github.io/husky) ([source](https://togithub.com/typicode/husky)) | [`^7.0.4` -> `^8.0.1`](https://renovatebot.com/diffs/npm/husky/7.0.4/8.0.1) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxtjs/eslint-config-typescript](https://togithub.com/nuxt/eslint-config) | [`^7.0.2` -> `^10.0.0`](https://renovatebot.com/diffs/npm/@nuxtjs%2feslint-config-typescript/7.0.2/10.0.0) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v1` -> `v3` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://togithub.com/actions/cache) | action | major | `v1` -> `v3` | ---...
**All the packages version:** ```json "nuxt": "^2.15.8", "@nuxtjs/vuetify": "^1.12.3" "vue": "^2.6.14", "vuetify": "^2.6.4", "webpack": "^4.46.0" ``` The contents of `v-card-*` is duplicated when the link and href attributes are present...
**Module version** @nuxtjs/vuetify": "^1.10.3" **Describe the bug** Changing context.$vuetify.theme.themes.light.primary with Object from HTTP request, no impact on components. **To Reproduce** Steps to reproduce the behavior: 1. Create action in /store/index.js...
**Module version** ``` "dependencies": { "@nuxtjs/vuetify": "^1.9.1", "nuxt": "^2.11.0" } ``` **Describe the bug** Vuetify critical CSS and theme CSS are not included in the SSR response. Instead they are...
**Is your feature request related to a problem? Please describe.** Hi ! I have not currently found a solution to use vuetify 2 or 3 (alpha) with nuxt 3, do...