This commit is contained in:
tamaina 2023-05-07 13:03:17 +00:00
parent 6c78c5643c
commit 15d4cfa2f7
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import DrawBlurhash from '@/workers/draw-blurhash?worker';
const worker = new DrawBlurhash(); const worker = new DrawBlurhash();
</script> </script>
<script lang="ts" setup> <script lang="ts" setup>
import { computed, onMounted, onUnmounted, shallowRef, useCssModule, watch } from 'vue'; import { computed, onMounted, shallowRef, useCssModule, watch } from 'vue';
import { v4 as uuid } from 'uuid'; import { v4 as uuid } from 'uuid';
import { defaultStore } from '@/store'; import { defaultStore } from '@/store';
const $style = useCssModule(); const $style = useCssModule();