提交一波

This commit is contained in:
aixianling
2024-06-21 11:51:14 +08:00
parent a496620c83
commit 4cb1d29054
5 changed files with 118 additions and 42 deletions

View File

@@ -10,7 +10,8 @@ window.axios = axios
Vue.use(ElementUI);
window.$glob = {}
import('./utils/fetch.js').then(() => {
import('./utils/inject.js').then(() => {
new Vue({
router,
render: (h) => h(App)