feat(Login): add example jwt token

This commit is contained in:
2026-02-14 17:49:49 -05:00
parent c593dd0273
commit 173ddfd05f
6 changed files with 160 additions and 34 deletions

View File

@@ -0,0 +1,7 @@
<template>
<Login />
</template>
<script setup>
//
</script>

7
src/pages/login.vue Normal file
View File

@@ -0,0 +1,7 @@
<template>
<Login />
</template>
<script setup>
//
</script>