shims-vue.d.ts 455 B

1234567891011
  1. /*
  2. * @Author: 半生瓜 1515706227@qq.com
  3. * @Date: 2024-05-16 01:47:02
  4. * @LastEditors: 半生瓜 1515706227@qq.com
  5. * @LastEditTime: 2024-05-16 01:47:33
  6. * @FilePath: \vue-element-plus-admin-mini\types\shims-vue.d.ts
  7. * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  8. */
  9. declare interface Window{
  10. VITE_API_BASE_PATH: any;
  11. }