mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(components): svgIcon,添加type,调整size方案
This commit is contained in:
@ -1,7 +0,0 @@
|
||||
import type { App } from 'vue';
|
||||
import { SvgIcon } from '@/components';
|
||||
|
||||
/** 注册全局svg-icon组件 */
|
||||
export default function setupNaiveUI(app: App) {
|
||||
app.component('SvgIcon', SvgIcon);
|
||||
}
|
Reference in New Issue
Block a user