mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 13:58:26 +08:00
refactor: 修改SvgIcon组件,未找到class显示未发现图标防止报错
This commit is contained in:
@@ -14,7 +14,8 @@ export default {
|
||||
props: {
|
||||
iconClass: {
|
||||
type: String,
|
||||
required: true
|
||||
required: false,
|
||||
default: 'non-existent'
|
||||
},
|
||||
className: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user