Major change update laravel, inertia v2 -> v3, other changes
This commit is contained in:
@@ -4,7 +4,7 @@ import { Card, CardContent } from "@/Components/ui/card";
|
||||
const props = defineProps({
|
||||
label: String,
|
||||
value: [String, Number],
|
||||
icon: Object,
|
||||
icon: [Object, Function],
|
||||
iconBg: {
|
||||
type: String,
|
||||
default: "bg-primary/10",
|
||||
|
||||
Reference in New Issue
Block a user