vuetify-module
vuetify-module copied to clipboard
Vuetify Module for Nuxt 2
Load multiple fonts ``` icons: { values: { faFont: 'fa', mdiFont: 'mdi', }, }, defaultAssets: { icons: [ 'fa', 'mdi', ], }, ``` above does not work I spent the...
A statement as simple as this would suffice: > Vuetify color variables refer to SASS maps, not raw color values. Attempting to override a map variable to use an atomic...
I just follow vuetify [documentation](https://vuetifyjs.com/en/components/calendars/) full calendar use v-calendar. I have troubled to disabled day. Example i want to disabled all sunday. any idea? Thank You
**Module version** Nuxtjs: `^2.14.0` @nuxtjs/vuetify: `^1.11.2` **Description** Hello everyone! I try to deploy my prject on firebase so before i run `npm run build` but there is lot of bugs....
**Module version** 1.11.2 **Describe the bug** Doesn't work. switch component. I can't turn it on. How I use: ``` ``` Here is an example. So value was changed, but I...
**Module version** ├─┬ @nuxtjs/[email protected] │ ├── [email protected] │ └─┬ [email protected] **Describe the bug** I have customizable theme colors such as primary and secondary color, such color can be change by...
**Module version** - [email protected] - @nuxtjs/[email protected] **Describe the bug** If I use JSX, Vuetify components are rendered correctly only when an app is built for development. **To Reproduce** - CSB:...
**Module version** nuxt: ^2.13.3 @nuxtjs/vuetify: 1.11.2 nuxt-composition-api: ^0.7.5 **Describe the bug** I use ssr But grid styles generated on the client This will cause the layout to not meet expectations...
**Module version** 1.11.2 **Describe the bug** When tree shake is active, CSS is generated in an inconsistent order, so the flexbox class utils properties are overridden. **To Reproduce** https://codesandbox.io/s/nuxtjs-vuetify-32889?file=/nuxt.config.js Steps...