feat: init

This commit is contained in:
antv
2026-06-26 16:52:09 +07:00
parent 101c7a5228
commit 08d13336cd
55 changed files with 10743 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
import './bootstrap';
+4
View File
@@ -0,0 +1,4 @@
import axios from 'axios';
window.axios = axios;
window.axios.defaults.headers.common['X-Requested-With'] = 'XMLHttpRequest';