Commit ce1710ff authored by 赵啸非's avatar 赵啸非

git忽略目录文件

parent 773505af
Pipeline #2805 canceled with stages
......@@ -12,8 +12,8 @@ import 'bootstrap/dist/js/bootstrap.min.js'
import ElementPlus from 'element-plus';
import 'element-plus/theme-chalk/index.css';
import locale from 'element-plus/lib/locale/lang/zh-cn';
import locale from 'element-plus/es/locale/lang/zh-cn';
import localStorage from './plugins/good-storage';
......@@ -42,4 +42,4 @@ app.mount('#app');//将这个vue3app全局挂载到#app元素上
app.component('count-down', countDown);//全局倒计时组件
//axios 关联到vue实例对象的全局属性中
app.config.globalProperties.$axios=axios;
app.config.globalProperties.$LocalStorage=localStorage;
\ No newline at end of file
app.config.globalProperties.$LocalStorage=localStorage;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment