禁用浮动按钮组件。
This commit is contained in:
parent
5c05dfd0a5
commit
2b2247327b
@ -6,6 +6,7 @@
|
|||||||
@touchstart="touchstart($event)"
|
@touchstart="touchstart($event)"
|
||||||
@touchmove="touchMove($event)"
|
@touchmove="touchMove($event)"
|
||||||
@touchend="touchEnd($event)"
|
@touchend="touchEnd($event)"
|
||||||
|
v-if="false"
|
||||||
>
|
>
|
||||||
<span v-if="Type && Lang && Lang[Type]">{{ Lang[Type].Back }}</span>
|
<span v-if="Type && Lang && Lang[Type]">{{ Lang[Type].Back }}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user