mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-05-11 05:52:08 +08:00
删除文件 ruoyi-ui
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
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