chore: 更新 pre-commit 钩子,添加 TypeScript 格式化设置并清理 VSCode 配置

This commit is contained in:
2024-10-19 15:41:38 +08:00
parent 3ffb874049
commit 3d03311ed7
4 changed files with 15 additions and 13 deletions

7
src/pages/a/index.vue Normal file
View File

@ -0,0 +1,7 @@
<template>
<div></div>
</template>
<script setup lang="ts"></script>
<style scoped></style>