mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-07 14:51:53 +08:00
多模块重构 12:修改项目名字,按照新的规则
This commit is contained in:
9
yudao-ui-admin/src/assets/icons/index.js
Normal file
9
yudao-ui-admin/src/assets/icons/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import Vue from 'vue'
|
||||
import SvgIcon from '@/components/SvgIcon'// svg component
|
||||
|
||||
// register globally
|
||||
Vue.component('svg-icon', SvgIcon)
|
||||
|
||||
const req = require.context('./svg', false, /\.svg$/)
|
||||
const requireAll = requireContext => requireContext.keys().map(requireContext)
|
||||
requireAll(req)
|
Reference in New Issue
Block a user