Closed ekoeryanto closed 6 years ago
First install with latest vuetify (1.0.2) giving Cannot read property 'split' of undefined
Cannot read property 'split' of undefined
setting REQUIRED_VUE environment to 2.5.0 fix the issue
// window set REQUIRED_VUE=2.5.0 yarn dev // linux REQUIRED_VUE=2.5.0 yarn dev
We are tracking the issue, please do not make multiple ones, thank you!
First install with latest vuetify (1.0.2) giving
Cannot read property 'split' of undefined
setting REQUIRED_VUE environment to 2.5.0 fix the issue