This commit is contained in:
syuilo 2021-12-29 04:30:12 +09:00
parent af022fd8b8
commit f216dd7617
1 changed files with 0 additions and 3 deletions

View File

@ -66,9 +66,6 @@
import { defineComponent, onMounted, onUnmounted, ref } from 'vue';
import * as os from '@/os';
const sprite = new Image();
sprite.src = '/client-assets/sparkle-spritesheet.png';
export default defineComponent({
props: {
count: {