From 8673a175e082893b25eba7e0b557701fe850a298 Mon Sep 17 00:00:00 2001 From: Yuanjianghong Date: Mon, 9 Aug 2021 18:44:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index e1e5570..03c1ed3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -13,7 +13,7 @@ export default { name: "Home", components: { HelloWorld, - }, + } };