chore: fix import tinycolor

This commit is contained in:
tamaina 2022-05-30 12:09:22 +00:00
parent 465531d56c
commit 857055a9dd
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<script lang="ts" setup>
import { computed, defineExpose, ref } from 'vue';
import * as tinycolor from 'tinycolor2';
import tinycolor from 'tinycolor2';
import FormLink from '@/components/form/link.vue';
import FormSwitch from '@/components/form/switch.vue';
import FormSection from '@/components/form/section.vue';