You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2025. It is now read-only.
When adding vuetify using vue add vuetify, the components are added in standards ES6 format regardless of the language used by the project. I create a new project (with vue create) to use TypeScript.
As a result, vuetify components do not get linted with yarn lint and throw errors on build.