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

@@ -1,8 +1,8 @@
<script setup lang="ts">
import Search from "../search/index.vue";
import Notice from "../notice/index.vue";
import { useNav } from "../../hooks/nav";
import avatars from "/@/assets/avatars.jpg";
import { useNav } from "/@/layout/hooks/useNav";
import { transformI18n } from "/@/plugins/i18n";
import screenfull from "../screenfull/index.vue";
import { deviceDetection } from "@pureadmin/utils";