mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-12 21:03:42 +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