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

_vue2.default.use is not function on vue2-google-maps component #16

@hagi4u

Description

@hagi4u

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions