-
goto[vue-vben-admin的thin分支](https://github.com/vbenjs/vue-vben-admin/tree/thin)
-
### Version
Vben Admin V5
### Description
vben的系统做的很好
看作者在做演示的功能,只是个人一些小建议
1.底层的的公共组件抽屉 能否支持在main主体内弹出,因为我发现我这边遇到客户不少场景就是喜欢用抽屉,并且提出在主体区域内弹出 并铺满,类似当作了当前页面跳转新的页面差不多的效果!
2.底层的公共组件模态框 能否支持伸缩大小功能
3.…
-
### Version
Vben Admin V5
### Description
能否与microapp微前端框架进行集成,这样能够适应更加复杂的项目
### Proposed Solution
通过微前端框架,能够实现跨平台的整合
### Alternatives Considered
_No response_
### Additional Context
_No resp…
-
- [x] 已阅读 [文档](https://anncwb.github.io/vue-vben-admin-doc/).
- [x] 确保您的代码已是最新或者所报告的 Bug 在最新版本中可以重现. (部分 Bug 可能已经在最近的代码中修复)
- [x] 已在 Issues 中搜索了相关的关键词
- [x] 不是 ant design vue 组件库的 Bug
### 描述 Bug…
-
yarn serve 后,提示:
TypeError: Cannot read property 'endsWith' of undefined
yarn v1.22.11
vben-admin@2.7.1
-
### Version
Vben Admin V5
### Describe the bug?
代码如下
```
import { NRadioButton } from 'naive-ui';
const [QueryForm] = useVbenForm({
// 默认展开
collapsed: false,
layout: 'horizontal',…
-
### Version
Vben Admin V5
### Describe the bug?
当把Grid放在一个grid布局的容器中,同时把Grid组件的高度设置为auto时,组件的高度会一直增长,如果在Grid的css上减去一定高度后这个问题消失
![image](https://github.com/user-attachments/assets/d9bcbd98-bd92-4ec…
-
### Version
Vben Admin V5
### Description
刷新token能否在接口调用之前留个拓展点
### Proposed Solution
一般登录接口返回双token+过期时间,在接口调用之前先判断token是否快过期,快过期的时候先刷新token,等刷新完再继续调用接口,而不是等接口调用返回401之后再刷新,接口返回401执行刷新token也可以保留做…
-
### Version
Vben Admin V5
### Describe the bug?
### Reproduction
### System Info
```shell
Internal server error: Failed to resolve import "virtual:svg-icons-register" from "src/bootstrap.ts…
-
> 感谢您支持fast-crud,请按如下规范提交issue
> 如果有条件,请尽量在[github上提交](https://github.com/fast-crud/fast-crud/issues)
## 一、问题描述
table-select有时候,弹出来的窗口是不正常的,突然就会变得有点窄了
### 复现步骤
`请描述复现问题的详细步骤`
`如果非示例页面的…