We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75c70b commit 3b1582dCopy full SHA for 3b1582d
packages/vue/examples/reactive-google-map-nuxt/plugins/reactivesearch-vue.js
@@ -7,5 +7,5 @@ export default defineNuxtPlugin(nuxtApp => {
7
nuxtApp.vueApp.component('ReactiveBase', ReactiveBase);
8
nuxtApp.vueApp.component('SelectedFilters', SelectedFilters);
9
nuxtApp.vueApp.component('SingleList', SingleList);
10
- nuxtApp.vueApp.use(ReactiveGoogleMap, { key: 'AIzaSyApin_jORcTsknjwBKCEsJsR07q0Hn9J-s' });
+ nuxtApp.vueApp.use(ReactiveGoogleMap, { key: 'AIzaSyA9JzjtHeXg_C_hh_GdTBdLxREWdj3nsOU' });
11
});
0 commit comments