]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: format code & remove extra blank lines (#163)
authorbtea <2356281422@qq.com>
Sat, 8 Oct 2022 08:15:54 +0000 (16:15 +0800)
committerGitHub <noreply@github.com>
Sat, 8 Oct 2022 08:15:54 +0000 (16:15 +0800)
scripts/snapshot.mjs
template/base/src/assets/main.css
template/code/router/src/components/WelcomeItem.vue

index c7757f6d6234b282070dfa61cff50e1699db5fa0..5c70eddc2aa194229e1b917b474668ff0536c6e0 100644 (file)
@@ -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}`
 
index c133f9156b43080992482c4805bb9d6ad813c187..e8667cd4508b6163e44e675ff899de1896544c84 100644 (file)
@@ -1,4 +1,4 @@
-@import "./base.css";
+@import './base.css';
 
 #app {
   max-width: 1280px;
index ba0def33c0e523d8c82426d76d76c39b482b21e0..a5eca70f81855b06fe4a9ba461f20fc4b9a049b7 100644 (file)
@@ -29,7 +29,6 @@ i {
   place-content: center;
   width: 32px;
   height: 32px;
-
   color: var(--color-text);
 }