From: btea <2356281422@qq.com> Date: Sat, 8 Oct 2022 08:15:54 +0000 (+0800) Subject: chore: format code & remove extra blank lines (#163) X-Git-Tag: v3.4.0~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49227ca7510f8717f8992ee67651d02aab93302c;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: format code & remove extra blank lines (#163) --- diff --git a/scripts/snapshot.mjs b/scripts/snapshot.mjs index c7757f6d..5c70eddc 100644 --- a/scripts/snapshot.mjs +++ b/scripts/snapshot.mjs @@ -62,7 +62,7 @@ const bin = path.posix.relative('../playground/', '../outfile.cjs') cd(playgroundDir) for (const flags of flagCombinations) { const projectName = flags.join('-') - + console.log(`Removing previously generated project ${projectName}`) await $`rm -rf ${projectName}` diff --git a/template/base/src/assets/main.css b/template/base/src/assets/main.css index c133f915..e8667cd4 100644 --- a/template/base/src/assets/main.css +++ b/template/base/src/assets/main.css @@ -1,4 +1,4 @@ -@import "./base.css"; +@import './base.css'; #app { max-width: 1280px; diff --git a/template/code/router/src/components/WelcomeItem.vue b/template/code/router/src/components/WelcomeItem.vue index ba0def33..a5eca70f 100644 --- a/template/code/router/src/components/WelcomeItem.vue +++ b/template/code/router/src/components/WelcomeItem.vue @@ -29,7 +29,6 @@ i { place-content: center; width: 32px; height: 32px; - color: var(--color-text); }