diff --git a/README.md b/README.md index 4aa37e6..56aa917 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Vuetify Vue Lazy Hydration with Nuxt -This repository includes: -- using [Vuetify unimport](https://github.com/vuetifyjs/vuetify/pull/21129) PR: prefix Vuetify directives and components -- Nuxt Vue Lazy Hydration patching Nuxt hydration module to include slots: check [fix(nuxt): pass slots through to lazy hydrated components](https://github.com/nuxt/nuxt/pull/31649/files) from Daniel Roe, it should be fixed in Nuxt 3.17.0. \ No newline at end of file +This repository includes (`main` branch): +- using [Vuetify unimport](https://github.com/vuetifyjs/vuetify/pull/21129) PR: prefix Vuetify directives, components and composables. +- Nuxt Vue Lazy Hydration patching Nuxt hydration module to include slots: check [fix(nuxt): pass slots through to lazy hydrated components](https://github.com/nuxt/nuxt/pull/31649/files) from Daniel Roe, it should be fixed in Nuxt 3.17.0. + +The `use-unplugin-vuetify` branch includes: +- using [unplugin-vuetify](https://github.com/vuetifyjs/vuetify-loader/pull/347) PR: prefix Vuetify directives, components and composables. +- Nuxt Vue Lazy Hydration patching Nuxt hydration module to include slots: check [fix(nuxt): pass slots through to lazy hydrated components](https://github.com/nuxt/nuxt/pull/31649/files) from Daniel Roe, it should be fixed in Nuxt 3.17.0. + +When switching between `main` and `use-unplugin-vuetify` branches, run `pnpm install` to update the dependencies. \ No newline at end of file diff --git a/app/components/AppFooter.vue b/app/components/AppFooter.vue index b1cb0ac..13b8e9e 100644 --- a/app/components/AppFooter.vue +++ b/app/components/AppFooter.vue @@ -1,4 +1,5 @@