vuetifyjs / nuxt

Nuxt.js + Vuetify.js starter project template.
MIT License
306 stars 109 forks source link

Cannot read property 'split' of undefined #28

Closed ekoeryanto closed 6 years ago

ekoeryanto commented 6 years ago

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

// window
set REQUIRED_VUE=2.5.0
yarn dev
// linux
REQUIRED_VUE=2.5.0 yarn dev
johnleider commented 6 years ago

We are tracking the issue, please do not make multiple ones, thank you!