feat: 添加返回导航图标
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
fyy
2025-07-29 11:42:20 +08:00
parent fb537fdc00
commit ce445ae088
4 changed files with 29 additions and 1 deletions

View File

@@ -9,3 +9,4 @@ export * from './notification';
export * from './preferences';
export * from './theme-toggle';
export * from './user-dropdown';
export { default as BackNavigation } from './back-navigation.vue';