更新vxetable框架并升级前端组件框架
This commit is contained in:
@@ -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 }) => {
|
||||
},
|
||||
},
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user