From c42853582fca358662d37693ebb09769c331f870 Mon Sep 17 00:00:00 2001 From: pplokijuhyg <1162963624@qq.com> Date: Mon, 25 Nov 2019 08:45:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router.js b/src/router.js index 9252a2f..77e127d 100644 --- a/src/router.js +++ b/src/router.js @@ -3,7 +3,7 @@ import Vue from 'vue' import Router from 'vue-router' //2.调用vue-router Vue.use(Router) -import hello from "./components/HelloWrld" +import hello from "./components/HelloWorld" const router=new Router({ routes: [ { -- 2.47.2