1.0.0 • Published 5 years ago

vue-global-var v1.0.0

Weekly downloads
760
License
MIT
Repository
github
Last release
5 years ago

vue-global-variable

Reactive global variable can be sharable between components

Demo

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