📱 💻 Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.
537
stars
59
forks
source link
add update functions for currentBreakpoint and defaultBreakpoint #37
Open
zeratul1 opened 5 years ago
add two functions:
Vue.prototype.$mqUpdateCurrentBreakpoint('lg')
Vue.prototype.$mqUpdateDefaultBreakpoint('lg')
and SSR test case.
30