Update Dependencies component to use 'motion-v' instead of 'framer-motion'

This commit is contained in:
David Haz
2025-07-12 16:34:15 +03:00
parent 50532846ba
commit 7244fabc7e
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
</div>
<PropTable :data="propData" />
<Dependencies :dependency-list="['framer-motion']" />
<Dependencies :dependency-list="['motion-v']" />
</template>
<template #code>

View File

@@ -48,7 +48,7 @@
<PropTable :data="propData" />
<Dependencies :dependency-list="['framer-motion']" />
<Dependencies :dependency-list="['motion-v']" />
</template>
<template #code>