add vibration to new post button
This commit is contained in:
parent
7ddc685bc3
commit
2c8f22cbb0
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue