We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ThemeDefinition namespace in vuetify.js can`t use as a type;
i don`t have any idea
The text was updated successfully, but these errors were encountered:
same here:
"version": "3.0.0-beta.5"
import { createVuetify } from 'vuetify' import type { ThemeDefinition } from 'vuetify' const Lighttheme: ThemeDefinition = { dark: false, variables: {}, colors: { primary: '#186dde', info: '#7460ee', success: '#0acc95', accent: '#fc4b6c', warning: '#fec90f', error: '#ef5350', secondary: '#0acc95', }, }
And typescript complains :
src/plugins/vuetify.ts:8:19 - error TS2709: Cannot use namespace 'ThemeDefinition' as a type. 8 const Lighttheme: ThemeDefinition = {
Sorry, something went wrong.
microsoft/TypeScript#27311
c79a5cd
No branches or pull requests
Problem to solve
ThemeDefinition namespace in vuetify.js can`t use as a type;
Proposed solution
i don`t have any idea
The text was updated successfully, but these errors were encountered: