You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uses [vuetify-loader](https://github.com/vuetifyjs/vuetify-loader) to enable automatic [tree-shaking](https://vuetifyjs.com/en/customization/a-la-carte).
196
196
Enabled only for production by default.
197
197
198
+
You can set object as a set of options to [manually import](https://vuetifyjs.com/en/features/treeshaking/#manually-importing) Vuetify modules globally:
199
+
200
+
| Key | Type | Value |
201
+
| --- | --- | --- |
202
+
| components | string[]| array of name of Vuetify components to import globally |
203
+
| directives | string[]| array of name of Vuetify directives to import globally |
204
+
| loaderOptions | function | loader option which applies to VuetifyLoaderPlugin |
205
+
| transitions | string[]| array of name of [Vuetify transitions](https://vuetifyjs.com/en/styles/transitions/) to import globally |
206
+
198
207
## TypeScript
199
208
200
209
If you're using TypeScript, you'll need to add `@nuxtjs/vuetify` in your `compilerOptions` of your `tsconfig.json` :
0 commit comments