diff --git a/src/layout/index.vue b/src/layout/index.vue index ab967f93..1142fd20 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -52,6 +52,7 @@ export default { methods: { handleClickOutside() { this.$store.dispatch('app/closeSideBar', { withoutAnimation: false }) + console.log({ withoutAnimation: false }) } } }