refactor: 移除自定义debounceclickoutside指令,后续通过vueuse实现

Former-commit-id: 850159c0d1e72301639b64b043ec57beb3de70ea
This commit is contained in:
haoxr
2023-03-22 22:44:31 +08:00
parent a12a2138bd
commit 750fdc9fe7
3 changed files with 0 additions and 69 deletions

View File

@@ -1,3 +1 @@
export { hasPerm, hasRole } from './permission';
export { clickOutside } from './ClickOutside';
export { deBounce } from './Debounce';