mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
Intergr
This commit is contained in:
parent
b461e81360
commit
163f613058
5 changed files with 52 additions and 26 deletions
|
@ -1,5 +1,8 @@
|
|||
<script setup lang="ts">
|
||||
import DraggableWindow from "~/components/DraggableWindow.vue";
|
||||
// Imports
|
||||
import LoginWindow from "~/components/app/windows/login.vue";
|
||||
import HotNewsWindow from "~/components/app/windows/hotnews.vue";
|
||||
|
||||
definePageMeta({
|
||||
layout: "macui",
|
||||
});
|
||||
|
@ -23,5 +26,8 @@ watch(() => route.query.openapp, (newVal) => {
|
|||
});
|
||||
</script>
|
||||
<template>
|
||||
<DraggableWindow title="Title">Hi This is a window</DraggableWindow>
|
||||
<div>
|
||||
<LoginWindow data-app-id="login" />
|
||||
<HotNewsWindow data-app-id="hotnews" />
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue