aeternity / aepp-components

deprecated: aepp-components to be used in all aepps.
ISC License
41 stars 14 forks source link

Binding Vue context in Vue.use, on all component export #119

Closed ghost closed 6 years ago

ghost commented 6 years ago

There's an issue when importing all of the components into a Vue app, the Vue.use doesn't have the Vue object context, and throws an error.

Fixed it by binding the Vue context to the Vue.use function.