change format settings

This commit is contained in:
2024-12-04 20:00:18 -08:00
parent 07b585f956
commit 4c2b0f454b
14 changed files with 691 additions and 665 deletions

View File

@@ -1,7 +1,7 @@
<script setup lang="ts">
import { RouterView } from 'vue-router'
import { RouterView } from 'vue-router';
</script>
<template>
<RouterView />
<RouterView />
</template>