From: Haoqun Jiang Date: Tue, 12 Jul 2022 10:22:02 +0000 (+0800) Subject: refactor: no need to use `@` path alias when `.` is sufficient X-Git-Tag: v2.1.1~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d5f80b7179575b0032b0f4cfbfdd974701d7e69;p=thirdparty%2Fvuejs%2Fcreate-vue.git refactor: no need to use `@` path alias when `.` is sufficient --- diff --git a/template/code/router/src/App.vue b/template/code/router/src/App.vue index 495b2c1e..1f84c747 100644 --- a/template/code/router/src/App.vue +++ b/template/code/router/src/App.vue @@ -1,5 +1,5 @@