chore: update

This commit is contained in:
xiaoxian521
2022-11-30 18:18:16 +08:00
parent 6fc12a2498
commit b2ec77275d
4 changed files with 4 additions and 3 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";