0๐
You can use no-ripple
<q-item clickable no-ripple>
<q-item-section avatar>
<q-icon color="primary" name="bluetooth"></q-icon>
</q-item-section>
<q-item-section>Icon as avatar</q-item-section>
</q-item>
- [Vuejs]-How to truncate multiple lines while showing strings at the end?
- [Vuejs]-Fancybox 5 not show PDF file
0๐
:v-ripple="false"
https://quasar.dev/vue-directives/material-ripples/
The documentation is pretty good.
Source:stackexchange.com