We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vben Admin V5
通过设置useVbenDrawer的相关属性,无法完整隐藏header。
// 抽屉 - 配置 const [Drawer, drawerApi] = useVbenDrawer({ // title: '设置', header: false, headerClass: 'hidden', closable: false, });
System: OS: Windows 11 10.0.26100 CPU: (6) x64 Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz Memory: 5.14 GB / 23.87 GB Binaries: Node: 20.18.0 - D:\work\nodejs\node.EXE npm: 10.8.2 - D:\work\nodejs\npm.CMD pnpm: 9.12.3 - D:\work\nodejs\pnpm.CMD Browsers: Edge: Chromium (130.0.2849.56)
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Version
Vben Admin V5
Describe the bug?
通过设置useVbenDrawer的相关属性,无法完整隐藏header。
Reproduction
// 抽屉 - 配置
const [Drawer, drawerApi] = useVbenDrawer({
// title: '设置',
header: false,
headerClass: 'hidden',
closable: false,
});
System Info
Relevant log output
No response
Validations
The text was updated successfully, but these errors were encountered: