禁用浮动按钮组件。

This commit is contained in:
li 2026-01-18 18:36:39 +08:00
parent 5c05dfd0a5
commit 2b2247327b

View File

@ -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>