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
Vuetify: 1.2.4
Vue: 2.5.17
Browsers: Chrome 69
OS: Windows 10
Steps to reproduce
import colors from 'vuetify/es5/util/colors' in TypeScript throws an error.
Expected Behavior
Vuetify Typings are not exporting colors in node_modules/vuetify/types/index.d.ts
Adding import './colors' at the top of the file fixes it, but should be published in the NPM package.
The text was updated successfully, but these errors were encountered:
Versions and Environment
Vuetify: 1.2.4
Vue: 2.5.17
Browsers: Chrome 69
OS: Windows 10
Steps to reproduce
import colors from 'vuetify/es5/util/colors'
in TypeScript throws an error.Expected Behavior
Vuetify Typings are not exporting colors in
node_modules/vuetify/types/index.d.ts
Adding
import './colors'
at the top of the file fixes it, but should be published in the NPM package.The text was updated successfully, but these errors were encountered: