Skip to content
Snippets Groups Projects
Commit 857055a9 authored by tamaina's avatar tamaina
Browse files

chore: fix import tinycolor

parent 465531d5
No related branches found
No related tags found
No related merge requests found
......@@ -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';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment