完善搜索功能:

1. 添加搜索方法实现,支持关键词搜索
2. 实现取消搜索功能,清空搜索结果
3. 添加搜索结果展示组件
4. 优化搜索结果样式,使用Element Plus风格
5. 添加搜索输入验证,防止空搜索
This commit is contained in:
Huangzhe
2025-05-12 14:18:06 +08:00
parent d10ab302d5
commit a648ef27fc
23 changed files with 385 additions and 12833 deletions

View File

@@ -66,5 +66,12 @@
"stylelint.configFile": "./node_modules/@yl/yili-fe-lint-config/stylelintrc.js", // 该选项指定了 stylelint 应使用的配置文件路径。此项设置会覆盖所有其他位置查找的 stylelint 配置文件
"stylelint.customSyntax": "postcss-scss", // 配置stylelint使用的预处理器
"stylelint.stylelintPath": "./node_modules/@yl/yili-fe-lint-config/node_modules/stylelint", // 指定stylelint安装路径
"stylelint.validate": ["html", "css", "scss", "less", "vue"]
"stylelint.validate": [
"html",
"css",
"scss",
"less",
"vue"
],
"typescript.tsdk": "node_modules\\typescript\\lib"
}