TradeMate Dev 18c6cf5406 Move sidebar nav entirely into App.vue (eliminate component boundary)
Previous attempts used a separate NavBar component (nav-bar.vue).
Even with styles in App.vue's global scope, the component wrapper
created an abstraction layer that prevented the nav from rendering.

Now the nav markup, logic, and styles are all in App.vue directly:
- <div class="app-nav"> renders inline in App.vue template
- .app-nav{display:none} on mobile, display:flex on desktop (>=1024px)
- No component boundary, no data-v-xxxxx scoping issues
- Deleted components/nav-bar.vue
2026-05-21 10:21:49 +08:00
S
Description
外贸智能助手 - TradeMate 项目
4.6 MiB
Languages
Python 49.9%
Vue 44.1%
JavaScript 4.8%
Makefile 0.6%
TypeScript 0.2%
Other 0.2%