feature: TypeScript

This commit is contained in:
Cindy Chang
2024-07-03 12:08:16 +08:00
parent ba4f70213d
commit 1991b4df63
4 changed files with 32 additions and 3 deletions

View File

@@ -4,6 +4,6 @@
<style scoped></style>
<script setup>
<script setup lang="ts">
import { RouterView } from "vue-router";
</script>