mirror of
https://gitee.com/la-vie/console-pro-free.git
synced 2025-12-27 09:08:20 +00:00
first commit
This commit is contained in:
2
console-pro/node_modules/axios/lib/env/classes/FormData.js
generated
vendored
Normal file
2
console-pro/node_modules/axios/lib/env/classes/FormData.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
import _FormData from 'form-data';
|
||||
export default typeof FormData !== 'undefined' ? FormData : _FormData;
|
||||
Reference in New Issue
Block a user