1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-20 07:49:22 -05:00
This commit is contained in:
syuilo 2021-12-29 04:30:12 +09:00
parent af022fd8b8
commit f216dd7617

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