Closed userquin closed 4 months ago
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...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
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:
I'll close this PR and the issue, the branch will be there.
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