This commit is contained in:
tamaina
2022-04-23 00:57:28 +09:00
parent d240c323ee
commit 9d02728f67
20 changed files with 38 additions and 153 deletions

View File

@@ -38,7 +38,7 @@
<script lang="ts">
import { computed, defineComponent, onMounted, onUnmounted, PropType, ref, inject } from 'vue';
import * as tinycolor from 'tinycolor2';
import tinycolor from 'tinycolor2';
import { popupMenu } from '@/os';
import { url } from '@/config';
import { scrollToTop } from '@/scripts/scroll';