From 8e03f1a9c67c77fe0694779be0fdb3e0b33afb9a Mon Sep 17 00:00:00 2001 From: Megasu Date: Thu, 18 May 2023 09:15:36 +0000 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=96=87=E6=A1=A3=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E6=A1=A3=E4=BB=A3=E7=A0=81=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Megasu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34c0588..c7d87a8 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ initAMapApiLoader({ // version: '2.0.0' //} // 如果需要使用loca组件库,需要加载Loca }); -createApp(App).use(VueAmap) +createApp(App).use(VueAMap) ``` -- Gitee