@@ -74,6 +74,7 @@ export default {
},
mounted () {
document.addEventListener('scroll', this.handleScroll, { passive: true })
+ console.log(this.multiTab)
methods: {
handleScroll () {
@@ -22,7 +22,7 @@ export default {
fixSiderbar: true, // sticky siderbar
autoHideHeader: false, // auto hide header
colorWeak: false,
- multiTab: false,
+ multiTab: true,
production: process.env.NODE_ENV === 'production' && process.env.VUE_APP_PREVIEW !== 'true',
// vue-ls options
storageOptions: {
@@ -51,7 +51,7 @@
</a-layout-footer>
<!-- Setting Drawer (show in development mode) -->
- <!-- <setting-drawer v-if="!production"></setting-drawer> -->
+ <setting-drawer v-if="!production"></setting-drawer>
</a-layout>
@@ -24,7 +24,7 @@ const app = {
autoHideHeader: false,
color: null,
weak: false,
- multiTab: false
+ multiTab: true
mutations: {
SET_SIDEBAR_TYPE: (state, type) => {