vue-vben-admin icon indicating copy to clipboard operation
vue-vben-admin copied to clipboard

A modern vue admin panel built with Vue3, Shadcn UI, Vite, TypeScript, and Monorepo. It's fast!

Results 689 vue-vben-admin issues
Sort by recently updated
recently updated
newest added

### Version Vben Admin V5 ### Description 1.现在的架构实施起来如果apps下多应用,会出现大仓代码体积过大 2.如果我是业务项目,拉取项目会出现代码权限问题,比如package包,配置,基础架构代码都可以看到 ### Proposed Solution 希望出个git的模块化的示例,发布一个与版本配套的npm包 ### Alternatives Considered _No response_ ### Additional Context _No response_ ### Validations - [x] Read the [docs](https://doc.vben.pro/)...

enhancement: pending triage

### Version Vben Admin V5 ### Description 如何通过schema来完成这个工作 ### Proposed Solution 需要拓展组件吗? ### Alternatives Considered _No response_ ### Additional Context _No response_ ### Validations - [x] Read the [docs](https://doc.vben.pro/) -...

enhancement: pending triage

### Version Vben Admin V5 ### Describe the bug? 只要在页面书写模块依赖导入,不管是自己的模块还是第三方的,页面都会卡着不动,只能输入,不能删除。只能等编辑器响应过来才可以 ### Reproduction ![Image](https://github.com/user-attachments/assets/b8fc84f1-096e-464c-9c1c-1156d5620a00) ### System Info ```shell System: OS: Windows 10 10.0.19045 CPU: (12) x64 12th Gen Intel(R) Core(TM) i5-12400F...

bug: pending triage

### Version Vben Admin V5 ### Describe the bug? ![Image](https://github.com/user-attachments/assets/e138ba58-2ad0-4b1e-894f-e19a20f9aa99) ![Image](https://github.com/user-attachments/assets/b46d71d5-f903-495f-8e44-ff23fb7f5407) ![Image](https://github.com/user-attachments/assets/d1792b06-43a8-4547-9c26-1fd96c42b65b) ![Image](https://github.com/user-attachments/assets/3fff9c55-d9fc-4b3a-9801-01deda949232) 报错 Error: useTableForm not initialized. Please call setupVbenVxeTable first. at useTableForm (init.ts:73:9) at setup (use-vxe-grid.vue:174:24) ### Reproduction...

bug: pending triage

### Version Vben Admin V5 ### Describe the bug? ![Image](https://github.com/user-attachments/assets/9509281c-d454-41ab-9915-084870b22142) 默认值 ![Image](https://github.com/user-attachments/assets/9a6160e3-0a7e-4996-bbe1-250071793d2c) ![Image](https://github.com/user-attachments/assets/ad7f6fb9-be41-4d3b-9cbb-5aa05e8de262) 获取值 ### Reproduction ![Image](https://github.com/user-attachments/assets/3ec55e51-46f5-4856-b81a-b4f9cc60e125) ![Image](https://github.com/user-attachments/assets/30effa90-a71f-41db-a2b7-d36df4e37660) ### System Info ```shell System: OS: macOS 14.6.1 CPU: (8) arm64 Apple...

bug: pending triage

### Version Vben Admin V5 ### Description 双列布局下,一级菜单名称过长有点遮挡 ![Image](https://github.com/user-attachments/assets/37a83c8c-f273-4695-b80d-6cd834a8c762) ### Proposed Solution 希望通过调整 `preferences.sidebar.mixedWidth` 修改宽度。 ![Image](https://github.com/user-attachments/assets/73ef377b-c533-471f-93ed-a91e36d901fa) 以及似乎还有一些配置例如` preferences.footer.height` `preferences.header.height` `preferences.sidebar.extraCollapsedWidth` 等 `VbenAdminLayout` 组件没有接收 ### Alternatives Considered _No response_ ### Additional...

enhancement: pending triage

### Version Vben Admin V5 ### Describe the bug? 由于需求我配置这样的路由 { meta: { hideChildrenInMenu: true, icon: 'mdi:feature-highlight', title: $t('demos.features.title'), }, name: 'FeaturesDemos', path: '/demos/features', children: [ { component: () =>...

bug: pending triage

### Version Vben Admin V5 ### Describe the bug? 重置表单,并没有重置映射的字段。 1. 选择筛选字段 build_platform,点击搜索按钮。 2. 点击重置按钮,表单清空,但是formValues里面build_platform还是有值的 ### Reproduction ``` const gridOptions: VxeGridProps = { ...gridSchemas, proxyConfig: { ajax: { query: async...

needs reproduction

### Version Vben Admin V5 ### Description corepcak即将被废除是否考虑使用其他来代替,例如antfu的ni,https://github.com/antfu-collective/ni ### Proposed Solution 希望更新docs防止corepack到时候被废除导致错误 ### Alternatives Considered _No response_ ### Additional Context _No response_ ### Validations - [x] Read the [docs](https://doc.vben.pro/) -...

enhancement: pending triage