@@ -92,7 +92,7 @@ export default {
},
mounted () {
setTimeout(() => {
- if (!this.tabs) {this.activeName = 'file'} else {
+ if (this.tabs.length == 0) {this.activeName = 'file'} else {
this.activeName = 'tab0'
}
}, 1000);