admin-vben5/packages/utils
Netfan b0ad08dbbc
feat: use the not-found component instead of the invalid route component in the backend mode (#5871)
* 后端菜单模式下,使用not-found组件代替无效的路由组件
2025-04-04 15:21:09 +08:00
..
src feat: use the not-found component instead of the invalid route component in the backend mode (#5871) 2025-04-04 15:21:09 +08:00
package.json chore: release 5.5.4 2025-03-18 21:43:27 +08:00
README.md feat: add swap component (#4149) 2024-08-14 20:37:21 +08:00
tsconfig.json refactor(project): re-adjust the overall folder 2024-07-23 00:03:59 +08:00

@vben/utils

用于多个 app 公用的工具包,继承了 @vben-core/shared/utils 的所有能力。业务上有通用的工具函数可以放在这里。

用法

添加依赖

# 进入目标应用目录,例如 apps/xxxx-app
# cd apps/xxxx-app
pnpm add @vben/utils

使用

import { isString } from '@vben/utils';