fix import type
This commit is contained in:

committed by
Gitea

parent
c6aac15d24
commit
d064f0acc0
@ -1,4 +1,4 @@
|
||||
import {Directive} from 'vue'
|
||||
import type {Directive} from 'vue'
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
|
@ -1,4 +1,4 @@
|
||||
import {Directive} from 'vue'
|
||||
import type {Directive} from 'vue'
|
||||
import {install, uninstall} from '@github/hotkey'
|
||||
import {isAppleDevice} from '@/helpers/isAppleDevice'
|
||||
|
||||
|
Reference in New Issue
Block a user