Remove unused variable.

This commit is contained in:
Kavin 2022-11-01 15:21:01 +00:00
parent 649aad7a89
commit 6f90252904
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ export default {
tabs: [], tabs: [],
selectedTab: 0, selectedTab: 0,
contentItems: [], contentItems: [],
tabNextPage: null,
}; };
}, },
mounted() { mounted() {