dap
|
256a29dae1
|
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
|
1 year ago |
Netfan
|
1ad54561b0
|
feat: add `noBasicLayout` in route meta (#5386)
所有菜单数据无需配置component为BasicLayout,它们将会默认使用基础布局,也可以通过meta.noBasicLayout来阻止这一行为
|
1 year ago |
dap
|
70e7d6a131
|
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
|
1 year ago |
dependabot[bot]
|
a0fbe0b21a
|
chore(deps): bump tailwindcss from 3.4.13 to 3.4.14 in the non-breaking-changes group (#4650)
* chore(deps): bump tailwindcss in the non-breaking-changes group
Bumps the non-breaking-changes group with 1 update: [tailwindcss](https://github.com/tailwindlabs/tailwindcss).
Updates `tailwindcss` from 3.4.13 to 3.4.14
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.14/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.13...v3.4.14)
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: update deps
* chore: lint fix
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
1 year ago |
dap
|
60d513ce40
|
feat: 路由参数
|
1 year ago |
dap
|
f0447d0b8c
|
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
|
1 year ago |
handsomeFu
|
d5655f02e3
|
chore(docs): update function parameter comments (#4215)
* docs(other): update function parameters jsdoc
- 移除`vue-router.d.ts`中`activePath`属性的默认值注释。
- 重构`generateRoutes`函数签名,增加`options`参数。
- 调整`authLogin`函数文档,增加`onSuccess`回调函数的说明。
* docs: 删除 `activePath` 属性的默认值注释
在路线文档中,移除了`activePath`属性的默认值注释,以清晰说明其行为。此更改更新了文档内容,使其更准确地反映代码实现。
|
1 year ago |
simple
|
16a21e084e
|
!2 fix: 正则表达式 代码中没有使用捕获组问题
Merge pull request !2 from simple/div
|
1 year ago |
dap
|
acb365f9af
|
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
|
1 year ago |
aonoa
|
5b56c300ab
|
perf: correct cloneDeep spelling errors [skip ci] (#4099)
Signed-off-by: aonoa <1991849113@qq.com>
|
2 years ago |
dap
|
c31259598b
|
chore: 脚手架
|
2 years ago |
Vben
|
4f5783d00b
|
perf: enable strict ts type checking (#4045)
|
2 years ago |
vben
|
cf0ec053e4
|
refactor: Integrate the @vben-core/shared package
|
2 years ago |