UNPKG

quasar

Version:

Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time

7 lines (5 loc) 144 B
export const globalConfig = {} export let globalConfigIsFrozen = false export function freezeGlobalConfig () { globalConfigIsFrozen = true }