mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 02:00:25 +08:00
0faf7810b6
* perf: optimization of tabbar display * fix: ci error * chore: typo * chore: typo |
||
---|---|---|
.. | ||
src | ||
package.json | ||
README.md | ||
tsconfig.json |
@vben/hooks
用于多个 app
公用的 hook,继承了 @vben/hooks
的所有能力。业务上有通用 hooks 可以放在这里。
用法
添加依赖
# 进入目标应用目录,例如 apps/xxxx-app
# cd apps/xxxx-app
pnpm add @vben/hooks
使用
import { useNamespace } from '@vben/hooks';