ui: fix the warning in detail tab (#6645)

This PR for fixes the warning in detail tab
This commit is contained in:
Hoang Nguyen 2022-08-16 18:11:19 +07:00 committed by GitHub
parent 770df60bbe
commit ef2997c4a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -98,6 +98,18 @@ export default {
loading: {
type: Boolean,
default: false
},
items: {
type: Object,
default: () => {}
},
bordered: {
type: Boolean,
default: false
},
tab: {
type: String,
default: ''
}
},
data () {