vue-global-var
v1.0.0
Published
Reactive global variable can be sharable between components
Downloads
1,522
Maintainers
Readme
vue-global-variable
Reactive global variable can be sharable between components
Dependencies
Installation
$ npm install --save vue-global-var
How to use
Vue.use(VueGlobalVariable, {
globals: {
user: new User('user1'),
obj:{},
config:Config,
....
},
});
Now just use this.$user
is any component or $user
in its template
License
MIT