Skip to content

v1.7.0

Compare
Choose a tag to compare
@kevinmarrec kevinmarrec released this 08 Sep 14:22
· 130 commits to master since this release

Featured

The whole module code base has been migrated to TypeScript :
6755606
33a96a3

It's then now featuring typings for the module options :

import { Options, VuetifyLoaderOptions } from '@nuxtjs/vuetify'

And provides IntelliSense in Nuxt configurations :

image