feat:supports input on mobile devices

This commit is contained in:
Zyronon
2025-10-08 03:19:38 +08:00
parent ada07782eb
commit 1d9b3fef6c
4 changed files with 90 additions and 31 deletions

View File

@@ -1,11 +1,10 @@
<script setup lang="ts">
import {onMounted, onUnmounted, watch} from "vue";
import { onMounted, onUnmounted, watch } from "vue";
import Tooltip from "@/components/base/Tooltip.vue";
import {useEventListener} from "@/hooks/event.ts";
import { useEventListener } from "@/hooks/event.ts";
import BaseButton from "@/components/BaseButton.vue";
import {useRuntimeStore} from "@/stores/runtime.ts";
import BaseIcon from "@/components/BaseIcon.vue";
import { useRuntimeStore } from "@/stores/runtime.ts";
export interface ModalProps {
modelValue?: boolean,