vuetifyjs / nuxt

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

Fix incorrect client / server detection. #65

Closed XanderLuciano closed 5 years ago

XanderLuciano commented 5 years ago

Previously I had believed that isClient and isServer were deprecated due to a misunderstanding of Nuxt's docs. This led to an incorrect change of isClient and isServer to process.client and process.server which at this point are underfined, as you can see by logging the variables to the console:

image

This was confirmed by a core nuxt developer.

image

XanderLuciano commented 5 years ago

PR #67 will include this fix and update additional the packages.