集成 prettier 插件, 新增 npm run lint:prettier 命令

This commit is contained in:
就眠儀式
2021-12-24 13:42:56 +08:00
parent d814aca171
commit 6717dfead2
80 changed files with 1652 additions and 1450 deletions

View File

@@ -3,9 +3,9 @@
</template>
<script setup name="LayLine" lang="ts">
import { defineProps } from 'vue'
import { defineProps } from "vue";
const props = defineProps<{
theme?: string
}>()
theme?: string;
}>();
</script>