Started a flight view
This commit is contained in:
@@ -4,8 +4,9 @@ import MainFooter from "@/Components/FlightsGoneBy/MainFooter.vue";
|
||||
import Radar from "@/Components/FlightsGoneBy/Radar.vue";
|
||||
import { usePage, router } from "@inertiajs/vue3";
|
||||
import { ref } from "vue";
|
||||
import {SharedProps} from "@/Types/types";
|
||||
|
||||
const page = usePage();
|
||||
const page = usePage<SharedProps>().props;
|
||||
const transitionKey = ref(0);
|
||||
|
||||
router.on('success', () => {
|
||||
@@ -45,7 +46,6 @@ footer {
|
||||
|
||||
main {
|
||||
flex: 1 1 auto;
|
||||
padding: 1rem;
|
||||
background: transparent;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user