fix: lint
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
kolaente 2023-10-11 10:19:32 +02:00
parent 2055a2d26a
commit 1bf30d55af
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -1,6 +1,5 @@
import type {Directive} from 'vue'
import {install, uninstall} from '@github/hotkey'
import {isAppleDevice} from '@/helpers/isAppleDevice'
const directive = <Directive<HTMLElement,string>>{
mounted(el, {value}) {