fix: inconsistent performance between breadcrumbs and tabs (#4105)

This commit is contained in:
Vben
2024-08-10 10:30:15 +08:00
committed by GitHub
parent ed14282999
commit 8725a01301
5 changed files with 25 additions and 12 deletions

View File

@@ -17,11 +17,12 @@ categories:
- title: "🐞 Bug Fixes"
labels:
- "bug"
- title: 📝 Documentation updates
- title: 📝 Documentation
labels:
- "documentation"
- title: 👻 Maintenance
labels:
- "perf"
- "chore"
- "dependencies"
collapse-after: 5
@@ -34,12 +35,16 @@ categories:
version-resolver:
major:
labels:
- "major"
- "breaking"
minor:
labels:
- "feature"
- "minor"
# - "feature"
patch:
labels:
- "patch"
- "feature"
- "bug"
- "maintenance"
- "docs"