This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Description
Hi there.
I'm using vue2-google-maps component.
when i ran styleguide, i had messages that
Cannot parse resources/assets/js/components/quark/Map.vue: TypeError: _vue2.default.use is not a function
It usually means that vue-docgen-api don’t understand your source code or when using third-party libraries, try to file an issue here:
https://github.com/vue-styleguidist/vue-docgen-api/issues
Code that using vue2-google-maps is
import * as VueGoogleMaps from 'vue2-google-maps';
Vue.use(VueGoogleMaps, {
load: {
key: 'APIKEY'
}
})
I think to have problem that using third-party plugin
how to solve this problem?