WebIndex/pages/auth.vue

12 lines
107 B
Vue
Raw Normal View History

2024-11-17 13:05:55 +08:00
<script setup lang="ts">
2024-12-01 13:09:44 +08:00
2024-11-17 13:05:55 +08:00
</script>
<template>
2025-01-13 23:12:06 +08:00
<h1>auth view</h1>
2024-11-17 13:05:55 +08:00
</template>
<style scoped>
2025-01-13 21:51:37 +08:00
</style>