forked from rc/aircox
default display fix
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -323,7 +323,7 @@ export default {
|
||||
|
||||
mounted() {
|
||||
this.initData && this.loadData(this.initData)
|
||||
this.page = (this.items) ? Page.List : Page.Text
|
||||
this.page = this.items.length ? Page.List : Page.Text
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user