This commit is contained in:
Theluyuan 2023-12-26 11:57:53 +08:00
parent 5cd9cae966
commit d92b28ff9a

View File

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