This commit is contained in:
syuilo 2021-12-02 20:58:23 +09:00
parent 14fa8b177d
commit a82ff360c6

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';