mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 06:29:30 -07:00
Add credit
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
<!-- Component ported and enhanced from https://codepen.io/JuanFuentes/pen/eYEeoyE -->
|
||||
|
||||
<script setup lang="ts">
|
||||
import { onMounted, onUnmounted, watch, useTemplateRef } from 'vue';
|
||||
import * as THREE from 'three';
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<!-- Component ported from https://codepen.io/JuanFuentes/full/rgXKGQ -->
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref, onMounted, onUnmounted, nextTick, computed, watch, useTemplateRef } from 'vue';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user