Window Resize Observable
QWindowResizeObservable is a Quasar component that emits a resize
event whenever the document viewport (window) changes its size, with no polling involved.
Installation
Edit /quasar.conf.js
:framework: {
components: [
'QWindowResizeObservable'
]
}
Basic Usage
<template> |
Please note that QWindowResizeObservable will issue an event as soon as it gets rendered and attached to DOM, so you can have the initial size of the window.