Closed ghost closed 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.
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.