wowowowowo
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<script setup>
|
||||
<script setup lang="ts">
|
||||
import { Badge } from "@/components/ui/badge";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
|
||||
@@ -6,11 +6,11 @@ import AppLayout from "@/layouts/AppLayout.vue";
|
||||
import { Head, Link } from "@inertiajs/vue3";
|
||||
import { CheckIcon, CircleIcon } from "lucide-vue-next";
|
||||
|
||||
defineProps({
|
||||
organisation: { type: Object, required: true },
|
||||
steps: { type: Array, required: true },
|
||||
nextStep: { type: Object, required: true },
|
||||
});
|
||||
defineProps<{
|
||||
organisation: Record<string, any>;
|
||||
steps: Record<string, any>[];
|
||||
nextStep: Record<string, any>;
|
||||
}>();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user