1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-06 03:57:53 +08:00

test:测试内容

This commit is contained in:
fengchi 2022-01-10 21:06:38 +08:00
parent 3c7d8b5b41
commit 7ac3f1bc18

View File

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