MartinMalinda / vue-concurrency

A library for encapsulating asynchronous operations and managing concurrency for Vue and Composition API.
https://vue-concurrency.netlify.app/
MIT License
350 stars 15 forks source link

Support latest Nuxt in SSR utils #34

Open kpdemetriou opened 3 years ago

kpdemetriou commented 3 years ago

In continuation of #10, this version of ssr-utils.js should work with all future ^2 versions of Nuxt.

ghost commented 3 years ago

Congratulations :tada:. DeepCode analyzed your code in 5.884 seconds and we found no issues. Enjoy a moment of no bugs :sunny:.

👉 View analysis in DeepCode’s Dashboard | Configure the bot

MartinMalinda commented 3 years ago

It seems like your Prettier has quite a different style. Lack of {} strikes me most. I should probably add some .prettierrc to root.

kpdemetriou commented 3 years ago

This uses something other than Prettier, so some formatting is in order anyway; but good idea nonetheless.