mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-24 13:26:13 +00:00
Clean the awful code.
This commit is contained in:
parent
98ffbec764
commit
569cd087e7
15 changed files with 193 additions and 167 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue