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