This commit is contained in:
yangsy
2025-08-17 01:22:08 +08:00
parent 0577042338
commit 8c8a791409
13 changed files with 663 additions and 62 deletions

View File

@@ -1,7 +1,12 @@
<script setup lang="ts"></script>
<script setup lang="ts">
import { useRoute } from 'vue-router';
const route = useRoute();
</script>
<template>
<div>alarm</div>
<pre>{{ route }}</pre>
</template>
<style scoped></style>