mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
12 lines
No EOL
261 B
Vue
12 lines
No EOL
261 B
Vue
<script lang="ts" setup>
|
|
definePageMeta({
|
|
layout: "admin"
|
|
})
|
|
</script>
|
|
<template>
|
|
<div class="flex justify-center min-h-screen w-full">
|
|
<input type="text"/>
|
|
<input type="password" />
|
|
<button>登入</button>
|
|
</div>
|
|
</template> |