Update MkImgWithBlurhash.vue

This commit is contained in:
syuilo 2023-05-08 17:54:47 +09:00
parent ba78b9dab2
commit 5fbe4b80e1
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@
</TransitionGroup> </TransitionGroup>
</div> </div>
</template> </template>
<script lang="ts"> <script lang="ts">
import DrawBlurhash from '@/workers/draw-blurhash?worker'; import DrawBlurhash from '@/workers/draw-blurhash?worker';
import TestWebGL2 from '@/workers/test-webgl2?worker'; import TestWebGL2 from '@/workers/test-webgl2?worker';
@ -27,6 +28,7 @@ const workerPromise = new Promise<Worker | null>(resolve => {
}); });
}); });
</script> </script>
<script lang="ts" setup> <script lang="ts" setup>
import { computed, onMounted, onUnmounted, shallowRef, useCssModule, watch } from 'vue'; import { computed, onMounted, onUnmounted, shallowRef, useCssModule, watch } from 'vue';
import { v4 as uuid } from 'uuid'; import { v4 as uuid } from 'uuid';