This commit is contained in:
syuilo 2021-12-29 04:30:12 +09:00
parent 1528a9c827
commit c81b8d4b57

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: {