What is the best solution for having live active Bootstrap breakpoints of screen like a computed data in client side only in a NuxtJs app?
In Bootstrap we have classes like d-lg-block.
I want to do that with v-if in VueJs.
Like:
<div v-if="lgAndUpper"></div>