Skip to content

Commit 3b1582d

Browse files
fix(vue): maps key for nuxt example
1 parent a75c70b commit 3b1582d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/examples/reactive-google-map-nuxt/plugins/reactivesearch-vue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ export default defineNuxtPlugin(nuxtApp => {
77
nuxtApp.vueApp.component('ReactiveBase', ReactiveBase);
88
nuxtApp.vueApp.component('SelectedFilters', SelectedFilters);
99
nuxtApp.vueApp.component('SingleList', SingleList);
10-
nuxtApp.vueApp.use(ReactiveGoogleMap, { key: 'AIzaSyApin_jORcTsknjwBKCEsJsR07q0Hn9J-s' });
10+
nuxtApp.vueApp.use(ReactiveGoogleMap, { key: 'AIzaSyA9JzjtHeXg_C_hh_GdTBdLxREWdj3nsOU' });
1111
});

0 commit comments

Comments
 (0)