src/layout/index.vue
@@ -14,7 +14,6 @@ <script> import { Navbar, Sidebar, AppMain } from './components' import ResizeMixin from './mixin/ResizeHandler' export default { name: 'Layout', components: { @@ -42,6 +41,9 @@ } } }, mounted() { }, methods: { handleClickOutside() { this.$store.dispatch('app/closeSideBar', { withoutAnimation: false })