Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: change main vuetify plugins logic #184

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

userquin
Copy link
Member

@userquin userquin commented Jan 10, 2024

This PR will configure Vuetify plugin without app:create Nuxt hook: will allow to use useNuxtApp().$vuetify also in middlewares.

I'm going to request (and maybe implement) a new Nuxt feature to allow use any nuxt vuetify runtime plugin in parallel: nuxt/nuxt#25141

releated #179 This PR will not resolve the issue since it is a problem releated to storybook, tested on my local with local tgz from this PR and still missing styles and icons

closes #87

Copy link

netlify bot commented Jan 10, 2024

Deploy Preview for vuetify-nuxt-module ready!

Name Link
🔨 Latest commit 1f29835
🔍 Latest deploy log https://app.netlify.com/sites/vuetify-nuxt-module/deploys/659ecdddb4aa4c00089519cc
😎 Deploy Preview https://deploy-preview-184--vuetify-nuxt-module.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@userquin userquin merged commit 9f0b939 into main Jan 10, 2024
4 checks passed
@userquin userquin deleted the userquin/feat-change-vuetify-plugins-logic branch January 10, 2024 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

useNuxtApp().$vuetify is only available after the middleware
1 participant