更新vxetable框架并升级前端组件框架

This commit is contained in:
2026-06-03 11:19:52 +08:00
parent 5b6b23331d
commit 5a2050a736
385 changed files with 19691 additions and 21188 deletions

View File

@@ -1,4 +1,4 @@
/*
/*
* @Author: sjjh
* @Date: 2025-04-09 09:33:35
* @Description:
@@ -28,6 +28,10 @@ export default defineConfig(({ mode, command }) => {
'~': path.resolve(__dirname, './'),
// 设置别名
'@': path.resolve(__dirname, './src'),
// Patch xe-utils hasOwnProp for Vue 3 Proxy compatibility
'xe-utils/es/hasOwnProp': path.resolve(__dirname, './src/patches/hasOwnProp.js'),
'xe-utils/hasOwnProp': path.resolve(__dirname, './src/patches/hasOwnProp.js'),
// Patch Element Plus form utils to suppress NaN during vxe-table expand teardown
},
// https://cn.vitejs.dev/config/#resolve-extensions
extensions: ['.mjs', '.js', '.ts', '.jsx', '.tsx', '.json', '.vue'],
@@ -75,4 +79,4 @@ export default defineConfig(({ mode, command }) => {
},
},
};
});
});