This commit is contained in:
2024-11-05 11:43:27 +08:00
parent 7f8aeebb1e
commit 64ae879aee
4 changed files with 110 additions and 113 deletions

View File

@@ -20,6 +20,7 @@
<script setup lang="ts" name="login">
import LoginForm from "./components/LoginForm.vue";
const title = import.meta.env.VITE_GLOB_APP_TITLE;
</script>
<style scoped lang="scss">