wip
This commit is contained in:
parent
256307f1a9
commit
e33f2398f5
270 changed files with 1173 additions and 961 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { Directive } from 'vue';
|
||||
import MkTooltip from '../components/ui/tooltip.vue';
|
||||
import { isDeviceTouch } from '../scripts/is-device-touch';
|
||||
import MkTooltip from '@/components/ui/tooltip.vue';
|
||||
import { isDeviceTouch } from '@/scripts/is-device-touch';
|
||||
|
||||
const start = isDeviceTouch ? 'touchstart' : 'mouseover';
|
||||
const end = isDeviceTouch ? 'touchend' : 'mouseleave';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue