Merge branch 'feat/laser-flow' of github.com:Utkarsh-Singhal-26/vue-bits into feat/laser-flow

This commit is contained in:
Utkarsh-Singhal-26
2025-09-15 18:49:24 +05:30

View File

@@ -72,7 +72,7 @@ export const laserFlow = createCodeObject(code, 'Animations/LaserFlow', {
</template> </template>
<script setup> <script setup>
import { ref } from 'vue' import { useTemplateRef } from 'vue'
import LaserFlow from './LaserFlow.vue' import LaserFlow from './LaserFlow.vue'
const revealImgRef = useTemplateRef('revealImgRef') const revealImgRef = useTemplateRef('revealImgRef')