mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
Update component count display for mobile and desktop views
This commit is contained in:
@@ -26,8 +26,8 @@
|
|||||||
<img src="/assets/components.gif" alt="Components animation" className="components-gif" />
|
<img src="/assets/components.gif" alt="Components animation" className="components-gif" />
|
||||||
</div>
|
</div>
|
||||||
<h2>
|
<h2>
|
||||||
<template v-if="isMobile">80</template>
|
<template v-if="isMobile">40</template>
|
||||||
<CountUp v-else :to="80" />+
|
<CountUp v-else :to="40" />+
|
||||||
</h2>
|
</h2>
|
||||||
<h3>Curated Components</h3>
|
<h3>Curated Components</h3>
|
||||||
<p>Growing weekly & only getting better</p>
|
<p>Growing weekly & only getting better</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user