diff --git a/src/AppTopBar.vue b/src/AppTopBar.vue index 247ae7879..5d8561a28 100755 --- a/src/AppTopBar.vue +++ b/src/AppTopBar.vue @@ -196,7 +196,7 @@ export default { }, scrollListener: null, container: null, - mounted() {console.log(this.theme) + mounted() { this.bindScrollListener(); }, beforeUnmount() { diff --git a/src/AppWrapper.vue b/src/AppWrapper.vue index d1de3544c..e3bc8ac8d 100644 --- a/src/AppWrapper.vue +++ b/src/AppWrapper.vue @@ -1,5 +1,3 @@ \ No newline at end of file