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
|
<button
|
||||||
v-if="isMobile && mainRouter.currentRoute.value.name === 'index'"
|
v-if="isMobile && mainRouter.currentRoute.value.name === 'index'"
|
||||||
|
v-vibrate="5"
|
||||||
ref="postButton"
|
ref="postButton"
|
||||||
:aria-label="i18n.t('note')"
|
:aria-label="i18n.t('note')"
|
||||||
class="postButton button post _button"
|
class="postButton button post _button"
|
||||||
|
|
Loading…
Reference in a new issue