add vibration to new post button

This commit is contained in:
ThatOneCalculator 2023-09-17 16:48:33 -07:00
parent 7ddc685bc3
commit 2c8f22cbb0
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -126,6 +126,7 @@
<button
v-if="isMobile && mainRouter.currentRoute.value.name === 'index'"
v-vibrate="5"
ref="postButton"
:aria-label="i18n.t('note')"
class="postButton button post _button"