feat:设备使用记录
This commit is contained in:
@@ -42,7 +42,13 @@ export const props = defineMixin({
|
||||
type: Boolean,
|
||||
default: () => defProps.parse.showImgMenu
|
||||
},
|
||||
tagStyle: Object,
|
||||
useAnchor: null
|
||||
}
|
||||
}
|
||||
tagStyle: {
|
||||
type: Object,
|
||||
default: () => {}
|
||||
},
|
||||
useAnchor: {
|
||||
type: Boolean,
|
||||
default: null
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user