feat. motion 적용

This commit is contained in:
clkim
2026-01-13 13:56:31 +09:00
parent 352d76a61c
commit 2947adc66e
15 changed files with 239 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ const props = defineProps<{
</script>
<template>
<h2>
<h2 v-motion-stagger>
<BlocksVisualContent :resources-data="props.resourcesData" />
</h2>
</template>