vben c8dd9bbf0b chore: release 5.4.8 hace 5 meses
..
src 8f1e397077 fix: when the form is destroyed, the form parameters still exist (#4834) hace 6 meses
README.md 83fcdec37c feat: add swap component (#4149) hace 8 meses
package.json c8dd9bbf0b chore: release 5.4.8 hace 5 meses
tsconfig.json e650a0b863 chore: update deps hace 11 meses

README.md

@vben/styles

用于多个 app 公用的样式文件,继承了 @vben-core/design 的所有能力。业务上有通用的样式文件可以放在这里。

用法

添加依赖

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

使用

import '@vben/styles';