xkjyeah / vue-google-maps

Google maps component for vue with 2-way data binding
https://xkjyeah.github.io/vue-google-maps/
1.88k stars 474 forks source link

vue-test utils vue warnings #660

Open ayuka-bg opened 4 years ago

ayuka-bg commented 4 years ago
console.error node_modules/vue/dist/vue.runtime.common.dev.js:621
      [Vue warn]: Unknown custom element: <GmapAutocomplete> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

      found in

      ---> <GoogleMapSearchBar>
             <Root>

I'm writing tests, the test goes ok, but I have an annoying warning. How to fix this? I tried to use localVue, but have another error (like in #590)