From: Haoqun Jiang Date: Tue, 23 Aug 2022 07:55:53 +0000 (+0800) Subject: refactor: shouldn't use `@` without absolute necessity X-Git-Tag: v3.3.3~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f2b040e5a73093926be0f69054a9616918ba5b8;p=thirdparty%2Fvuejs%2Fcreate-vue.git refactor: shouldn't use `@` without absolute necessity Reasoning: https://github.com/vuejs/create-vue/pull/45#issuecomment-1034555772 --- diff --git a/template/code/router/src/views/HomeView.vue b/template/code/router/src/views/HomeView.vue index 225d93a9..6bb706f0 100644 --- a/template/code/router/src/views/HomeView.vue +++ b/template/code/router/src/views/HomeView.vue @@ -1,5 +1,5 @@