From 231cdf26d81b3c4e88b033989afec252a89b0d16 Mon Sep 17 00:00:00 2001 From: rochefort Date: Sun, 17 Jan 2021 15:59:08 +0900 Subject: [PATCH] Updated an old instruction [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f11270196..f5a5c2b2f 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ For Nuxt.js projects, please import VueGoogleMaps in the following manner: import * as VueGoogleMaps from '~/node_modules/vue2-google-maps' ``` -Add the following to your `nuxt.config.js`'s `build.extend()`: +Add the following to your `nuxt.config.js`'s `build.transpile`: ```js transpile: [/^vue2-google-maps($|\/)/]