Global Variables and Functions in Vue
· ☕ 2 min read
Vue provides a way to create global variables and functions using Vue.prototype.
What do you normally do if you want to create a global variable in Vue?
You don’t. Global variables have no place in today’s society You create variables in storage. That’s the purpose of storage You can say the exact same thing about functions.