forked from Leaf/amber-ui
移除 多余的导入
This commit is contained in:
parent
04051f674b
commit
5f4c2bfa18
@ -3,7 +3,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import lottie, { AnimationConfigWithData, AnimationConfigWithPath, AnimationItem } from "lottie-web";
|
import lottie, { AnimationConfigWithData, AnimationItem } from "lottie-web";
|
||||||
|
|
||||||
import { onMounted, onUnmounted, ref } from "vue";
|
import { onMounted, onUnmounted, ref } from "vue";
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
import { useUserStore } from "../stores/user";
|
|
||||||
import { h, computed } from "vue";
|
import { h, computed } from "vue";
|
||||||
import { createDiscreteApi, darkTheme, lightTheme, useOsTheme } from "naive-ui";
|
import { createDiscreteApi, darkTheme, lightTheme, useOsTheme } from "naive-ui";
|
||||||
import type { ConfigProviderProps } from "naive-ui";
|
import type { ConfigProviderProps } from "naive-ui";
|
||||||
|
Loading…
Reference in New Issue
Block a user