vuetifyjs / nuxt-module

Zero-config Nuxt Module for Vuetify
https://nuxt.vuetifyjs.com/
MIT License
208 stars 21 forks source link

fix(directives)!: include all directives #239

Closed userquin closed 2 months ago

userquin commented 2 months ago

In the next minor v0.15.0 all Vuetify directives will be enabled by default.

You can use old behavior enabling useOldDirectivesBehavior in the module options (docs has been updated). With the new behavior, any directive not listed in the Vuetify options will not be imported by the module (the Vuetify Vite Plugin will be configured to also ignore those directives).

closes #236

netlify[bot] commented 2 months ago

Deploy Preview for vuetify-nuxt-module ready!

Name Link
Latest commit 2f1b87bef5ce9ef6c6b987f759b2139402e25c37
Latest deploy log https://app.netlify.com/sites/vuetify-nuxt-module/deploys/6690174875f4b20007b76b1d
Deploy Preview https://deploy-preview-239--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 commented 2 months ago

This PR no makes sense, if we don't register the v-tooltip the app will fail in SSR, for example, using the code in the linked issue:

imagen

userquin commented 2 months ago

I'll close this PR and the issue, the branch will be there.