mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
Fix MagicBento
This commit is contained in:
@@ -738,7 +738,7 @@ const setupCardRef = (el: HTMLDivElement | null, index: number) => {
|
|||||||
:glow-color="glowColor"
|
:glow-color="glowColor"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<BentoCardGrid :grid-ref="(el: HTMLDivElement) => (gridRef = el)">
|
<BentoCardGrid :grid-ref="(el: HTMLDivElement | null) => { gridRef = el; }">
|
||||||
<div class="gap-2 grid card-responsive">
|
<div class="gap-2 grid card-responsive">
|
||||||
<template v-for="(card, index) in cardData" :key="index">
|
<template v-for="(card, index) in cardData" :key="index">
|
||||||
<ParticleCard
|
<ParticleCard
|
||||||
|
|||||||
Reference in New Issue
Block a user