# Global Properties Global properties allows you to add properties or methods that can be accessed throughout your application. This is particularly useful for sharing functionality or data across components without the need to pass props explicitly. Visit the following resources to learn more: - [@article@Vue.js Global Properties](https://blog.logrocket.com/vue-js-globalproperties/)