You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the library, it is working really well.
I was wondering if it is possible to specify what happens when my page is printed.
I have not fully thought through what the best UI would be.
The text was updated successfully, but these errors were encountered:
Looks like the relevant line is this one witch uses json2mq. json2mq supports the screen and print queries.
We could have a sintacks like
Vue.use(VueMq,{breakpoints: {// default breakpoints - customize thissm: 450,md: 1250,lg: Infinity,},defaultBreakpoint: 'sm',// customize this for SSRprintBreakpoint: 'print',})
If printBreakpoint is set then all the other queries get screen added to them, and if the print query matches then the value is used as the $mq var. If the value is one of the existing names, then it gets combined with the existing query.
Thank you for the library, it is working really well.
I was wondering if it is possible to specify what happens when my page is printed.
I have not fully thought through what the best UI would be.
The text was updated successfully, but these errors were encountered: