[Vuejs]-Nuxt js application freezing without any reason

0👍

Try it with this:

if (process.client) {
// put your code that should be executed on the client side here
}

Leave a comment