clean up
This commit is contained in:
parent
af022fd8b8
commit
f216dd7617
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue