1
0

fix import type

This commit is contained in:
Dominik Pschenitschni
2022-04-11 22:08:28 +02:00
committed by Gitea
parent c6aac15d24
commit d064f0acc0
8 changed files with 12 additions and 10 deletions

View File

@ -1,4 +1,4 @@
import {Directive} from 'vue'
import type {Directive} from 'vue'
declare global {
interface Window {

View File

@ -1,4 +1,4 @@
import {Directive} from 'vue'
import type {Directive} from 'vue'
import {install, uninstall} from '@github/hotkey'
import {isAppleDevice} from '@/helpers/isAppleDevice'