mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
feat: refactor login and hot news components; integrate DraggableWindow for dynamic window management in desktop layout
This commit is contained in:
parent
163f613058
commit
542a22f168
3 changed files with 219 additions and 17 deletions
|
@ -1,10 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
import DraggableWindow from "~/components/DraggableWindow.vue";
|
||||
|
||||
const title = ref("Login");
|
||||
</script>
|
||||
<template>
|
||||
<DraggableWindow :title="title">
|
||||
<div class="flex flex-col items-center justify-center h-full">
|
||||
<form class="flex flex-col items-center justify-center h-full">
|
||||
<div class="text-xl mb-4 text-bold">Login / Register</div>
|
||||
|
@ -16,5 +11,4 @@ const title = ref("Login");
|
|||
</button>
|
||||
</form>
|
||||
</div>
|
||||
</DraggableWindow>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue