clean up
This commit is contained in:
parent
6c78c5643c
commit
15d4cfa2f7
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue