chore: 删除 main.ts 依赖

This commit is contained in:
就眠儀式
2022-03-08 14:08:09 +08:00
parent 8e89ef7bb1
commit 2735294f11
2 changed files with 8 additions and 3 deletions

View File

@@ -5,7 +5,14 @@ export default {
</script>
<script lang="ts" setup>
import { ref, shallowRef, withDefaults, computed, onMounted, onBeforeUnmount } from "vue";
import {
ref,
shallowRef,
withDefaults,
computed,
onMounted,
onBeforeUnmount,
} from "vue";
import { useThrottle } from "@vueuse/core";
import LayIcon from "../icon/index";
import "./index.less";