UNPKG

quasar

Version:

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

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