chore: update

This commit is contained in:
xiaoxian521
2022-08-15 13:01:08 +08:00
parent 9e8907ce21
commit acaeb0cb42
10 changed files with 9 additions and 9 deletions

View File

@@ -2,10 +2,10 @@
import Logo from "./logo.vue";
import { useRoute } from "vue-router";
import { emitter } from "/@/utils/mitt";
import { useNav } from "../../hooks/nav";
import SidebarItem from "./sidebarItem.vue";
import leftCollapse from "./leftCollapse.vue";
import type { StorageConfigs } from "/#/index";
import { useNav } from "/@/layout/hooks/useNav";
import { storageLocal } from "@pureadmin/utils";
import { ref, computed, watch, onBeforeMount } from "vue";
import { findRouteByPath, getParentPaths } from "/@/router/utils";