style: update

This commit is contained in:
Fine 2023-02-09 17:29:35 +08:00
parent fd7a2fb4c2
commit 8d07720eed

View File

@ -69,7 +69,6 @@ limitations under the License. -->
import { ref } from "vue";
import type { RouteRecordRaw } from "vue-router";
import { useRouter, useRoute } from "vue-router";
import { useThrottleFn } from "@vueuse/core";
import { useI18n } from "vue-i18n";
import Icon from "@/components/Icon.vue";
import { useAppStoreWithOut } from "@/store/modules/app";