refactor(components): 更新组件类型定义

- 添加 Van-、VanCol、VanGrid、VanGridItem 和 VanRow 组件的类型定义- 优化组件类型定义的格式,提高代码可读性
This commit is contained in:
陈昱达
2025-03-13 10:04:38 +08:00
parent 0b2151145f
commit 1a05cb6262
2 changed files with 6 additions and 0 deletions

View File

@@ -138,6 +138,7 @@ onMounted(() => {
height: 40px;
padding: 0 10px;
background: #fff;
display: flex;
line-height: 40px;
& button {