From 49227ca7510f8717f8992ee67651d02aab93302c Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Sat, 8 Oct 2022 16:15:54 +0800 Subject: [PATCH] chore: format code & remove extra blank lines (#163) --- scripts/snapshot.mjs | 2 +- template/base/src/assets/main.css | 2 +- template/code/router/src/components/WelcomeItem.vue | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) 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); } -- 2.39.5