init
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
import { AeroThemeProvider, AeroSky, Card, Btn } from "@3ba/vue";
|
||||
import Navbar from "../components/Navbar.vue";
|
||||
import "@3ba/styles";
|
||||
import Footer from "../components/Footer.vue";
|
||||
import News from "../components/News.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div :style="{ minHeight: '100vh', padding: '32px', }">
|
||||
<div style="display: flex; flex-direction: column; gap: 20px;">
|
||||
<Navbar :active="2"></Navbar>
|
||||
<Card>
|
||||
<News important></News>
|
||||
</Card>
|
||||
<Card>
|
||||
<News info></News>
|
||||
</Card>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</template>
|
||||
Reference in New Issue
Block a user