-
**Is your feature request related to a problem? Please describe.**
It is frustrating trying to use vuetify-module features like `breakpoints` only to learn that they are not supported on SSR. This m…
-
I want to use the Vuetify plugin in all my components.
Add support for plugins like in Nuxt.js with "Vue.use"
```javascript
import Vuetify from 'vuetify'
Vue.use(Vuetify, {
theme: {
…
-
### Environment
------------------------------
- Operating System: Linux
- Node Version: v18.16.0
- Nuxt Version: 3.7.0
- CLI Version: 3.7.3
- Nitro Version: 2.6.2
- Package Man…
j2L4e updated
2 months ago
-
**Module version**
"@nuxtjs/vuetify": "^1.11.2",
**Describe the bug**
Using functions in `nuxt.config.js` causes icons to disappear.
**To Reproduce**
https://codesandbox.io/s/nuxtjs-vuetify-8…
-
**Module version**
1.11.3
**Describe the bug**
I was using Vuetify v2.* in my project (added manually via plugin) and every thing was fine. now that I installed Nuxt/Vuetify , get error when usin…
-
Hi guys
Can you move the vuetify dependency to 2.4.10 to fix this: ?
https://stackoverflow.com/questions/67138844/nuxt-vuetify-gives-sasserror-expected-identifier
Thanks
-
```
Source map error: request failed with status 404
Resource URL: http://localhost:3000/_nuxt/vendors.app.js
Source Map URL: vuetify.js.map
```
Part of http://localhost:3000/_nuxt/vendors.app.…
-
I've followed the instructions installing the module with Nuxi, and adding `` to app.vue.
Then nothing happens, after some digging, it is because in VitePwaManifest.mjs, the import `import { pwaInf…
-
**Module version**
1.11.3
**Describe the bug**
Treeshaking seems to not be functioning when deployment target is `static`
**To Reproduce**
1. Run `create nuxt-app`, select Vuetify as UI frame…
-
**Module version**
nuxtjs/vuetify 1.11.2
**Describe the bug**
`Error Vuetify not initialized properly` in **production**. But works fine in **dev** mode. I have also tried creating a simple nuxt …