Quasar’s boot files allow us to tap into the Vue instance, early in our apps lifecycle. One use for this, is adding global properties to Vue. Let’s see how we can expose global properties with Quasar in a way that will work with both the composition API, and the options API.
Links