Skip to content

Instantly share code, notes, and snippets.

@Lukino2000
Lukino2000 / screen.js
Last active November 9, 2021 20:02
quasar 15.10 plugin for responsive screen reactive properties
import VueObject from 'vue'
var resizeManager = (function () {
var callbacks = [],
running = false
function resize() {
if (!running) {
running = true