refactor: 移除字典全局方法
Former-commit-id: ba748c61727908460505f06007dbca9512a7fb92
This commit is contained in:
@@ -12,7 +12,6 @@ import 'virtual:svg-icons-register';
|
|||||||
import i18n from '@/lang/index';
|
import i18n from '@/lang/index';
|
||||||
|
|
||||||
import '@/styles/index.scss';
|
import '@/styles/index.scss';
|
||||||
import 'element-plus/theme-chalk/index.css';
|
|
||||||
import 'element-plus/theme-chalk/dark/css-vars.css';
|
import 'element-plus/theme-chalk/dark/css-vars.css';
|
||||||
|
|
||||||
import 'uno.css';
|
import 'uno.css';
|
||||||
@@ -24,10 +23,6 @@ Object.keys(directive).forEach(key => {
|
|||||||
app.directive(key, (directive as { [key: string]: Directive })[key]);
|
app.directive(key, (directive as { [key: string]: Directive })[key]);
|
||||||
});
|
});
|
||||||
|
|
||||||
// 全局方法
|
|
||||||
import { getDictionaries } from '@/api/dict';
|
|
||||||
app.config.globalProperties.$getDictionaries = getDictionaries;
|
|
||||||
|
|
||||||
// 全局挂载
|
// 全局挂载
|
||||||
setupStore(app);
|
setupStore(app);
|
||||||
app.use(router).use(i18n).mount('#app');
|
app.use(router).use(i18n).mount('#app');
|
||||||
|
|||||||
Reference in New Issue
Block a user