mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-11-04 16:17:40 +08:00 
			
		
		
		
	feat: add vxe-table
This commit is contained in:
		@ -16,6 +16,9 @@ import { setupGlobCom } from '@/components'
 | 
			
		||||
// 引入element-plus
 | 
			
		||||
import { setupElementPlus } from '@/plugins/elementPlus'
 | 
			
		||||
 | 
			
		||||
// 引入vxe-table
 | 
			
		||||
import { setupVxeTable } from '@/plugins/vxeTable'
 | 
			
		||||
 | 
			
		||||
// 引入全局样式
 | 
			
		||||
import '@/styles/index.less'
 | 
			
		||||
 | 
			
		||||
@ -44,6 +47,8 @@ const setupAll = async () => {
 | 
			
		||||
 | 
			
		||||
  setupElementPlus(app)
 | 
			
		||||
 | 
			
		||||
  setupVxeTable(app)
 | 
			
		||||
 | 
			
		||||
  setupRouter(app)
 | 
			
		||||
 | 
			
		||||
  setupAuth(app)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user