refactor(styles): 代码格式

ISSUES CLOSED: \
This commit is contained in:
Soybean
2022-05-28 12:30:17 +08:00
parent 07baac7cf8
commit 8f6d6ce3cb
107 changed files with 110 additions and 1 deletions

View File

@@ -13,4 +13,5 @@ import { pkgJson } from './model';
const { devDependencies } = pkgJson;
</script>
<style scoped></style>

View File

@@ -13,4 +13,5 @@ import { pkgJson } from './model';
const { dependencies } = pkgJson;
</script>
<style scoped></style>

View File

@@ -23,4 +23,5 @@ import { pkgJson } from './model';
const { version } = pkgJson;
const latestBuildTime = PROJECT_BUILD_TIME;
</script>
<style scoped></style>

View File

@@ -8,4 +8,5 @@
</template>
<script setup lang="ts"></script>
<style scoped></style>

View File

@@ -10,4 +10,5 @@
<script setup lang="ts">
import { ProjectIntroduction, ProjectInfo, ProDependency, DevDependency } from './components';
</script>
<style scoped></style>