1、 使用 autoprefixer 和 postcss-pxtorem 进行 rem 适配,实现不同设备显示相同比例。
2、 重写路由器的 push 和 replace 方法,解决编程式导航重复跳转报错的 bug。
3、 借助瀑布流插件(Vue-masonry)和浏览器提供的 API(IntersectionObserver)实现了瀑布
流列表展示。
4、 采用Web端的存储机制(LocalStorage)实现搜索记录的显示和清除,使用防抖技术(debounce)
实现根据输入关键字进行模糊查询的性能优化。
5、 使用深度作用选择器更改 Vant 组件内部样式。