Update laserFlowCode.ts

This commit is contained in:
Utkarsh Singhal
2025-09-10 09:57:55 +05:30
committed by GitHub
parent fd1492705d
commit 96872f6dde

View File

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