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 b48963f commit e19152cCopy full SHA for e19152c
nuxt/index.js
@@ -1,6 +1,6 @@
1
const { resolve } = require('path');
2
3
-module.exports = function nuxtVueWaitingModule(moduleOptions) {
+module.exports = function nuxtGoogleMapsModule(moduleOptions) {
4
const options = Object.assign({}, this.options.googleMaps, moduleOptions);
5
// Register plugin
6
this.addPlugin({
0 commit comments