chore: update
This commit is contained in:
parent
2b67efe771
commit
8ca8bbcee0
@ -31,8 +31,8 @@
|
||||
"dependencies": {
|
||||
"@ctrl/tinycolor": "^3.4.1",
|
||||
"@pureadmin/descriptions": "^1.1.0",
|
||||
"@pureadmin/table": "^1.8.0",
|
||||
"@pureadmin/utils": "^1.6.7",
|
||||
"@pureadmin/table": "^1.8.1",
|
||||
"@pureadmin/utils": "^1.7.1",
|
||||
"@vueuse/core": "^9.6.0",
|
||||
"@vueuse/motion": "2.0.0-beta.12",
|
||||
"animate.css": "^4.1.1",
|
||||
|
5207
pnpm-lock.yaml
generated
5207
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -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";
|
||||
|
@ -1,7 +1,6 @@
|
||||
import "xe-utils";
|
||||
import "./index.scss";
|
||||
import { App } from "vue";
|
||||
import "font-awesome/css/font-awesome.min.css";
|
||||
|
||||
import {
|
||||
// 核心
|
||||
|
Loading…
Reference in New Issue
Block a user