test:测试内容

pull/3908/head
fengchi 2022-01-10 21:06:38 +08:00
parent 3c7d8b5b41
commit 7ac3f1bc18
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ export default {
methods: {
handleClickOutside() {
this.$store.dispatch('app/closeSideBar', { withoutAnimation: false })
console.log({ withoutAnimation: false })
}
}
}