Skip to content

Instantly share code, notes, and snippets.

View tincho425's full-sized avatar

Martín Aníbal Ballestero tincho425

  • Rosario, Santa Fe, Argentina
View GitHub Profile
@douira
douira / breakpoint.js
Last active November 15, 2020 18:42
Vuetify breakpoint fix plugin for SSR situation (Nuxt.js)
import Vue from "vue"
//the properties of breakpoint that we want to mirror
const defaults = {
xs: true,
xsOnly: true,
sm: false,
smOnly: true,
smAndDown: true,
smAndUp: false,