Clean the awful code.

This commit is contained in:
yuanhau 2025-05-07 10:53:14 +08:00
parent 98ffbec764
commit 569cd087e7
15 changed files with 193 additions and 167 deletions

View file

@ -1,12 +1,12 @@
<script lang="ts" setup>
definePageMeta({
layout: "admin"
})
layout: "admin",
});
</script>
<template>
<div class="flex justify-center min-h-screen w-full">
<input type="text"/>
<input type="password" />
<button>登入</button>
</div>
</template>
<div class="flex justify-center min-h-screen w-full">
<input type="text" />
<input type="password" />
<button>登入</button>
</div>
</template>