mirror of
				https://github.com/pure-admin/vue-pure-admin.git
				synced 2025-11-03 13:44:47 +08:00 
			
		
		
		
	chore: update
This commit is contained in:
		
							parent
							
								
									6fc12a2498
								
							
						
					
					
						commit
						b2ec77275d
					
				@ -35,7 +35,7 @@
 | 
			
		||||
    "@logicflow/core": "^1.1.30",
 | 
			
		||||
    "@logicflow/extension": "^1.1.30",
 | 
			
		||||
    "@pureadmin/descriptions": "^1.1.0",
 | 
			
		||||
    "@pureadmin/table": "^1.8.0",
 | 
			
		||||
    "@pureadmin/table": "^1.8.1",
 | 
			
		||||
    "@pureadmin/utils": "^1.7.1",
 | 
			
		||||
    "@vueuse/core": "^9.6.0",
 | 
			
		||||
    "@vueuse/motion": "2.0.0-beta.12",
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							@ -14,7 +14,7 @@ specifiers:
 | 
			
		||||
  "@logicflow/core": ^1.1.30
 | 
			
		||||
  "@logicflow/extension": ^1.1.30
 | 
			
		||||
  "@pureadmin/descriptions": ^1.1.0
 | 
			
		||||
  "@pureadmin/table": ^1.8.0
 | 
			
		||||
  "@pureadmin/table": ^1.8.1
 | 
			
		||||
  "@pureadmin/theme": ^2.4.0
 | 
			
		||||
  "@pureadmin/utils": ^1.7.1
 | 
			
		||||
  "@types/element-resize-detector": 1.1.3
 | 
			
		||||
 | 
			
		||||
@ -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";
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,6 @@ import "./index.scss";
 | 
			
		||||
import XEUtils from "xe-utils";
 | 
			
		||||
import { App, unref } from "vue";
 | 
			
		||||
import { i18n } from "@/plugins/i18n";
 | 
			
		||||
import "font-awesome/css/font-awesome.min.css";
 | 
			
		||||
import zh from "vxe-table/lib/locale/lang/zh-CN";
 | 
			
		||||
import en from "vxe-table/lib/locale/lang/en-US";
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user