增加自动icon功能,所有添加到web/assets/icons下的svg会自动被注册为icon组件使用【可用于menu和直接用标签加文件名使用】
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
const config = {
|
||||
appName: 'Gin-Vue-Admin',
|
||||
appLogo: 'https://www.gin-vue-admin.com/img/logo.png',
|
||||
showViteLogo: true
|
||||
showViteLogo: true,
|
||||
logs: [],
|
||||
}
|
||||
|
||||
export const viteLogo = (env) => {
|
||||
|
Reference in New Issue
Block a user