mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-09 00:19:31 -06:00
TS Fixes + Demo Cleanup
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<TabbedLayout>
|
||||
<template #preview>
|
||||
<div ref="containerRef" class="demo-container relative min-h-[300px] overflow-hidden">
|
||||
<div ref="containerRef" class="demo-container min-h-[300px] overflow-hidden">
|
||||
<Crosshair :container-ref="targeted ? containerElement : null" :color="color" />
|
||||
|
||||
<div class="flex flex-col justify-center items-center">
|
||||
|
||||
Reference in New Issue
Block a user