mirror of https://github.com/apache/cloudstack.git
ui: fix the warning in detail tab (#6645)
This PR for fixes the warning in detail tab
This commit is contained in:
parent
770df60bbe
commit
ef2997c4a8
|
|
@ -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 () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue