feat(comparison): 添加产品对比功能

- 在路由中添加 /comparison 路径
- 创建产品对比页面和相关组件
- 实现产品对比数据展示和滚动处理
- 集成 Element UI 表格组件
- 优化页面样式和交互
This commit is contained in:
陈昱达
2025-06-12 17:27:54 +08:00
parent 9769036058
commit 1a6b0fc3b4
8 changed files with 580 additions and 3 deletions

View File

@@ -9,6 +9,13 @@ module.exports = {
style: true
},
'vant'
],
[
'component',
{
libraryName: 'element-ui',
styleLibraryName: 'theme-chalk'
}
]
]
}