Complete Vue.js 3 Guide [12/10]

OnlyKiosk Dev Tech
30 min readSep 14, 2021

Open the application instance, we will find a config property. It has a property named globalProperties. Currently, its value is an empty object.

Properties added into this object will be accessible to all components. They will be added into the root level of all component instances.

We add an info property and set its value using a string.

--

--