加注释

This commit is contained in:
Theluyuan 2023-12-26 11:49:38 +08:00
parent b5fca937c1
commit a8d2e41340

View File

@ -7,6 +7,7 @@ Vue.use(ElementUI);
Vue.prototype.axios = axios
Vue.config.productionTip = false
// 新加
new Vue({
render: h => h(App),
}).$mount('#app')