AlexandreBonaventure / vue-mq

📱 💻 Define your breakpoints and build responsive design semantically and declaratively in a mobile-first way with Vue.
https://alexandrebonaventure.github.io/vue-mq
MIT License
537 stars 59 forks source link

add update functions for currentBreakpoint and defaultBreakpoint #37

Open zeratul1 opened 5 years ago

zeratul1 commented 5 years ago

add two functions: Vue.prototype.$mqUpdateCurrentBreakpoint('lg') Vue.prototype.$mqUpdateDefaultBreakpoint('lg')

and SSR test case.

30