chore: update

This commit is contained in:
xiaoxian521
2022-11-30 18:22:48 +08:00
parent 12a003a430
commit cac6d8071f
4 changed files with 1582 additions and 3788 deletions

View File

@@ -1,5 +1,7 @@
<script setup lang="ts">
import "animate.css";
// vxe-table的所有icon不支持component模式间接依赖了font-awesome
// import "font-awesome/css/font-awesome.min.css";
import { setType } from "./types";
import { emitter } from "@/utils/mitt";
import { useLayout } from "./hooks/useLayout";