提交信息

This commit is contained in:
Theluyuan 2023-12-26 11:52:48 +08:00
parent 785150fe48
commit e985341610

View File

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