This commit is contained in:
syuilo 2021-12-02 20:58:23 +09:00
parent b79f470672
commit 25e1815c1f

View File

@ -1,3 +1,6 @@
// TODO: useTooltip関数使うようにしたい
// ただディレクティブ内でonUnmountedなどのcomposition api使えるのか不明
import { Directive, ref } from 'vue';
import { isDeviceTouch } from '@/scripts/is-device-touch';
import { popup, alert } from '@/os';