varletjs / varlet

A mobile component library based on Vue3, Material Design 2, Material Design 3, and supports desktop development.
https://varlet.pages.dev
MIT License
4.81k stars 602 forks source link

给 `cell` 组件添加点击事件和 `ripple`指令后,点击 `cell` 会有两个颜色先后显示 #1645

Closed ljt990218 closed 1 month ago

ljt990218 commented 1 month ago

About styles 🛠️

1717136670581

` <var-cell icon="fire" title="这是单元格" ripple @click="console.log('console');"> <template #extra>

`

这样写 会有一个点击颜色 然后再显示波纹色: 111 去掉点击事件后 只剩下波纹色: 2222

不知道这样的效果是正常的嘛 我认为波纹级别要更高一点 看起来更好 有设置波纹 就不需要显示点击颜色了