Revert "update 优化 删除无用配置"
This reverts commit 66580a05a80f314323520b1ca9452332564e33f2.
This commit is contained in:
parent
66580a05a8
commit
b43158914b
@ -23,6 +23,7 @@ import HighLight from '@highlightjs/vue-plugin';
|
||||
|
||||
// svg图标
|
||||
import 'virtual:svg-icons-register';
|
||||
import ElementIcons from '@/plugins/svgicon';
|
||||
|
||||
// permission control
|
||||
import './permission';
|
||||
@ -44,6 +45,7 @@ ElDialog.props.closeOnClickModal.default = false;
|
||||
const app = createApp(App);
|
||||
|
||||
app.use(HighLight);
|
||||
app.use(ElementIcons);
|
||||
app.use(router);
|
||||
app.use(store);
|
||||
app.use(i18n);
|
||||
|
Loading…
x
Reference in New Issue
Block a user