nuxt-community / vuetify-module

Vuetify Module for Nuxt 2
Other
630 stars 106 forks source link

Vue 2.7 compatibility #508

Open MartinX3 opened 1 year ago

MartinX3 commented 1 year ago

Module version 1.12.3

Describe the bug Missing vue 2.7 compatibility

To Reproduce Using Vue 2.7

Steps to reproduce the behavior:

  1. Using Vue 2.7

Expected behavior Vue 2.7 usage

Screenshots N/A

Additional context Just update the vuetify-loader to 1.9.0 or higher

memlucky71 commented 1 year ago

Any update?

MartinX3 commented 1 year ago

@memlucky71

Since they didn't merge or comment my https://github.com/nuxt-community/vuetify-module/pull/507 I don't want to waste my time creating a PR to raise their dependencies.

But it works with nuxt-bridge if you manually pin a higher dependency of the vuetify-loader in your own project.

memlucky71 commented 1 year ago

@MartinX3 Thanks.

However temporarily I downgraded vue version to 2.6.14 and it works too.