feat(components): 添加可复用的 SearchBar 组件并替换多个页面中的搜索框
将多个页面中的重复搜索框代码提取为统一的 SearchBar 组件,提高代码复用性和维护性。该组件支持多种样式变体、清除按钮、边框等配置选项,并保持与原有功能的一致性。
Showing
6 changed files
with
316 additions
and
27 deletions
src/components/SearchBar.vue
0 → 100644
-
Please register or login to post a comment